205 lines
44 KiB
HTML
205 lines
44 KiB
HTML
![]() |
<!DOCTYPE html>
|
|||
|
<html lang="en">
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|||
|
<meta name="generator" content="rustdoc">
|
|||
|
<meta name="description" content="API documentation for the Rust `Date` struct in crate `glib`.">
|
|||
|
<meta name="keywords" content="rust, rustlang, rust-lang, Date">
|
|||
|
|
|||
|
<title>glib::Date - Rust</title>
|
|||
|
|
|||
|
<link rel="stylesheet" type="text/css" href="../normalize.css">
|
|||
|
<link rel="stylesheet" type="text/css" href="../rustdoc.css">
|
|||
|
<link rel="stylesheet" type="text/css" href="../main.css">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
</head>
|
|||
|
<body class="rustdoc struct">
|
|||
|
<!--[if lte IE 8]>
|
|||
|
<div class="warning">
|
|||
|
This old browser is unsupported and will most likely display funky
|
|||
|
things.
|
|||
|
</div>
|
|||
|
<![endif]-->
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<nav class="sidebar">
|
|||
|
|
|||
|
<p class='location'>Struct Date</p><div class="block items"><a class="sidebar-title" href="#methods">Methods</a><div class="sidebar-links"><a href="#method.new">new</a><a href="#method.new_dmy">new_dmy</a><a href="#method.new_julian">new_julian</a><a href="#method.add_days">add_days</a><a href="#method.add_months">add_months</a><a href="#method.add_years">add_years</a><a href="#method.clamp">clamp</a><a href="#method.clear">clear</a><a href="#method.days_between">days_between</a><a href="#method.get_day">get_day</a><a href="#method.get_day_of_year">get_day_of_year</a><a href="#method.get_iso8601_week_of_year">get_iso8601_week_of_year</a><a href="#method.get_julian">get_julian</a><a href="#method.get_monday_week_of_year">get_monday_week_of_year</a><a href="#method.get_month">get_month</a><a href="#method.get_sunday_week_of_year">get_sunday_week_of_year</a><a href="#method.get_weekday">get_weekday</a><a href="#method.get_year">get_year</a><a href="#method.is_first_of_month">is_first_of_month</a><a href="#method.is_last_of_month">is_last_of_month</a><a href="#method.order">order</a><a href="#method.set_day">set_day</a><a href="#method.set_dmy">set_dmy</a><a href="#method.set_julian">set_julian</a><a href="#method.set_month">set_month</a><a href="#method.set_parse">set_parse</a><a href="#method.set_time">set_time</a><a href="#method.set_time_t">set_time_t</a><a href="#method.set_year">set_year</a><a href="#method.subtract_days">subtract_days</a><a href="#method.subtract_months">subtract_months</a><a href="#method.subtract_years">subtract_years</a><a href="#method.valid">valid</a><a href="#method.get_days_in_month">get_days_in_month</a><a href="#method.get_monday_weeks_in_year">get_monday_weeks_in_year</a><a href="#method.get_sunday_weeks_in_year">get_sunday_weeks_in_year</a><a href="#method.is_leap_year">is_leap_year</a><a href="#method.strftime">strftime</a><a href="#method.valid_day">valid_day</a><a href="#method.valid_dmy">valid_dmy</a><a href="#method.valid_julian">valid_julian</a><a href="#method.valid_month">valid_month</a><a href="#method.valid_weekday">valid_weekday</a><a href="#method.valid_year">valid_year</a></div><a class="sidebar-title" href="#implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-Clone">Clone</a><a href="#impl-Debug">Debug</a><a href="#impl-StaticType">StaticType</a><a href="#impl-Default">Default</a><a href="#impl-PartialEq">PartialEq</a><a href="#impl-Eq">Eq</a><a href="#impl-PartialOrd">PartialOrd</a><a href="#impl-Ord">Ord</a></div></div><p class='location'><a href='index.html'>glib</a></p><script>window.sidebarCurrent = {name: 'Date', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script>
|
|||
|
</nav>
|
|||
|
|
|||
|
<nav class="sub">
|
|||
|
<form class="search-form js-only">
|
|||
|
<div class="search-container">
|
|||
|
<input class="search-input" name="search"
|
|||
|
autocomplete="off"
|
|||
|
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
|
|||
|
type="search">
|
|||
|
</div>
|
|||
|
</form>
|
|||
|
</nav>
|
|||
|
|
|||
|
<section id='main' class="content">
|
|||
|
<h1 class='fqn'><span class='in-band'>Struct <a href='index.html'>glib</a>::<wbr><a class="struct" href=''>Date</a></span><span class='out-of-band'><span id='render-detail'>
|
|||
|
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
|||
|
[<span class='inner'>−</span>]
|
|||
|
</a>
|
|||
|
</span><a class='srclink' href='../src/glib/boxed.rs.html#54' title='goto source code'>[src]</a></span></h1>
|
|||
|
<pre class='rust struct'>pub struct Date(_);</pre>
|
|||
|
<h2 id='methods' class='small-section-header'>
|
|||
|
Methods<a href='#methods' class='anchor'></a>
|
|||
|
</h2>
|
|||
|
<h3 id='impl' class='impl'><span class='in-band'><code>impl <a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a></code><a href='#impl' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#29-308' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.new' class="method"><span id='new.v' class='invisible'><code>pub fn <a href='#method.new' class='fnname'>new</a>() -> <a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#30-34' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.new_dmy' class="method"><span id='new_dmy.v' class='invisible'><code>pub fn <a href='#method.new_dmy' class='fnname'>new_dmy</a>(day: <a class="type" href="../glib/type.DateDay.html" title="type glib::DateDay">DateDay</a>, month: <a class="enum" href="../glib/enum.DateMonth.html" title="enum glib::DateMonth">DateMonth</a>, year: <a class="type" href="../glib/type.DateYear.html" title="type glib::DateYear">DateYear</a>) -> <a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#36-40' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.new_julian' class="method"><span id='new_julian.v' class='invisible'><code>pub fn <a href='#method.new_julian' class='fnname'>new_julian</a>(julian_day: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#42-46' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.add_days' class="method"><span id='add_days.v' class='invisible'><code>pub fn <a href='#method.add_days' class='fnname'>add_days</a>(&mut self, n_days: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#48-52' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.add_months' class="method"><span id='add_months.v' class='invisible'><code>pub fn <a href='#method.add_months' class='fnname'>add_months</a>(&mut self, n_months: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#54-58' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.add_years' class="method"><span id='add_years.v' class='invisible'><code>pub fn <a href='#method.add_years' class='fnname'>add_years</a>(&mut self, n_years: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#60-64' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.clamp' class="method"><span id='clamp.v' class='invisible'><code>pub fn <a href='#method.clamp' class='fnname'>clamp</a>(&mut self, min_date: &<a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a>, max_date: &<a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#66-70' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.clear' class="method"><span id='clear.v' class='invisible'><code>pub fn <a href='#method.clear' class='fnname'>clear</a>(&mut self, n_dates: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#72-76' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.days_between' class="method"><span id='days_between.v' class='invisible'><code>pub fn <a href='#method.days_between' class='fnname'>days_between</a>(&self, date2: &<a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#84-88' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.get_day' class="method"><span id='get_day.v' class='invisible'><code>pub fn <a href='#method.get_day' class='fnname'>get_day</a>(&self) -> <a class="type" href="../glib/type.DateDay.html" title="type glib::DateDay">DateDay</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#90-94' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.get_day_of_year' class="method"><span id='get_day_of_year.v' class='invisible'><code>pub fn <a href='#method.get_day_of_year' class='fnname'>get_day_of_year</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#96-100' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.get_iso8601_week_of_year' class="method"><span id='get_iso8601_week_of_year.v' class='invisible'><code>pub fn <a href='#method.get_iso8601_week_of_year' class='fnname'>get_iso8601_week_of_year</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#102-106' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.get_julian' class="method"><span id='get_julian.v' class='invisible'><code>pub fn <a href='#method.get_julian' class='fnname'>get_julian</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#108-112' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.get_monday_week_of_year' class="method"><span id='get_monday_week_of_year.v' class='invisible'><code>pub fn <a href='#method.get_monday_week_of_year' class='fnname'>get_monday_week_of_year</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#114-118' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.get_month' class="method"><span id='get_month.v' class='invisible'><code>pub fn <a href='#method.get_month' class='fnname'>get_month</a>(&self) -> <a class="enum" href="../glib/enum.DateMonth.html" title="enum glib::DateMonth">DateMonth</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#120-124' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.get_sunday_week_of_year' class="method"><span id='get_sunday_week_of_year.v' class='invisible'><code>pub fn <a href='#method.get_sunday_week_of_year' class='fnname'>get_sunday_week_of_year</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#126-130' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.get_weekday' class="method"><span id='get_weekday.v' class='invisible'><code>pub fn <a href='#method.get_weekday' class='fnname'>get_weekday</a>(&self) -> <a class="enum" href="../glib/enum.DateWeekday.html" title="enum glib::DateWeekday">DateWeekday</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#132-136' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.get_year' class="method"><span id='get_year.v' class='invisible'><code>pub fn <a href='#method.get_year' class='fnname'>get_year</a>(&self) -> <a class="type" href="../glib/type.DateYear.html" title="type glib::DateYear">DateYear</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#138-142' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_first_of_month' class="method"><span id='is_first_of_month.v' class='invisible'><code>pub fn <a href='#method.is_first_of_month' class='fnname'>is_first_of_month</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#144-148' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_last_of_month' class="method"><span id='is_last_of_month.v' class='invisible'><code>pub fn <a href='#method.is_last_of_month' class='fnname'>is_last_of_month</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#150-154' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.order' class="method"><span id='order.v' class='invisible'><code>pub fn <a href='#method.order' class='fnname'>order</a>(&mut self, date2: &mut <a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#156-160' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.set_day' class="method"><span id='set_day.v' class='invisible'><code>pub fn <a href='#method.set_day' class='fnname'>set_day</a>(&mut self, day: <a class="type" href="../glib/type.DateDay.html" title="type glib::DateDay">DateDay</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#162-166' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.set_dmy' class="method"><span id='set_dmy.v' class='invisible'><code>pub fn <a href='#method.set_dmy' class='fnname'>set_dmy</a>(&mut self, day: <a class="type" href="../glib/type.DateDay.html" title="type glib::DateDay">DateDay</a>, month: <a class="enum" href="../glib/enum.DateMonth.html" title="enum glib::DateMonth">DateMonth</a>, y: <a class="type" href="../glib/type.DateYear.html" title="type glib::DateYear">DateYear</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#168-172' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.set_julian' class="method"><span id='set_julian.v' class='invisible'><code>pub fn <a href='#method.set_julian' class='fnname'>set_julian</a>(&mut self, julian_date: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#174-178' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.set_month' class="method"><span id='set_month.v' class='invisible'><code>pub fn <a href='#method.set_month' class='fnname'>set_month</a>(&mut self, month: <a class="enum" href="../glib/enum.DateMonth.html" title="enum glib::DateMonth">DateMonth</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#180-184' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.set_parse' class="method"><span id='set_parse.v' class='invisible'><code>pub fn <a href='#method.set_parse' class='fnname'>set_parse</a>(&mut self, str: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#186-190' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.set_time' class="method"><span id='set_time.v' class='invisible'><code>pub fn <a href='#method.set_time' class='fnname'>set_time</a>(&mut self, time_: <a class="type" href="../glib/type.Time.html" title="type glib::Time">Time</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#192-196' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.set_time_t' class="method"><span id='set_time_t.v' class='invisible'><code>pub fn <a href='#method.set_time_t' class='fnname'>set_time_t</a>(&mut self, timet: <a class="type" href="../libc/unix/notbsd/linux/other/b64/not_x32/type.c_long.html" title="type libc::unix::notbsd::linux::other::b64::not_x32::c_long">c_long</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#198-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.set_year' class="method"><span id='set_year.v' class='invisible'><code>pub fn <a href='#method.set_year' class='fnname'>set_year</a>(&mut self, year: <a class="type" href="../glib/type.DateYear.html" title="type glib::DateYear">DateYear</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#208-212' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.subtract_days' class="method"><span id='subtract_days.v' class='invisible'><code>pub fn <a href='#method.subtract_days' class='fnname'>subtract_days</a>(&mut self, n_days: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#214-218' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.subtract_months' class="method"><span id='subtract_months.v' class='invisible'><code>pub fn <a href='#method.subtract_months' class='fnname'>subtract_months</a>(&mut self, n_months: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#220-224' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.subtract_years' class="method"><span id='subtract_years.v' class='invisible'><code>pub fn <a href='#method.subtract_years' class='fnname'>subtract_years</a>(&mut self, n_years: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#226-230' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.valid' class="method"><span id='valid.v' class='invisible'><code>pub fn <a href='#method.valid' class='fnname'>valid</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#236-240' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.get_days_in_month' class="method"><span id='get_days_in_month.v' class='invisible'><code>pub fn <a href='#method.get_days_in_month' class='fnname'>get_days_in_month</a>(month: <a class="enum" href="../glib/enum.DateMonth.html" title="enum glib::DateMonth">DateMonth</a>, year: <a class="type" href="../glib/type.DateYear.html" title="type glib::DateYear">DateYear</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#242-246' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.get_monday_weeks_in_year' class="method"><span id='get_monday_weeks_in_year.v' class='invisible'><code>pub fn <a href='#method.get_monday_weeks_in_year' class='fnname'>get_monday_weeks_in_year</a>(year: <a class="type" href="../glib/type.DateYear.html" title="type glib::DateYear">DateYear</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#248-252' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.get_sunday_weeks_in_year' class="method"><span id='get_sunday_weeks_in_year.v' class='invisible'><code>pub fn <a href='#method.get_sunday_weeks_in_year' class='fnname'>get_sunday_weeks_in_year</a>(year: <a class="type" href="../glib/type.DateYear.html" title="type glib::DateYear">DateYear</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#254-258' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_leap_year' class="method"><span id='is_leap_year.v' class='invisible'><code>pub fn <a href='#method.is_leap_year' class='fnname'>is_leap_year</a>(year: <a class="type" href="../glib/type.DateYear.html" title="type glib::DateYear">DateYear</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#260-264' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.strftime' class="method"><span id='strftime.v' class='invisible'><code>pub fn <a href='#method.strftime' class='fnname'>strftime</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, format: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, date: &<a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#266-271' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.valid_day' class="method"><span id='valid_day.v' class='invisible'><code>pub fn <a href='#method.valid_day' class='fnname'>valid_day</a>(day: <a class="type" href="../glib/type.DateDay.html" title="type glib::DateDay">DateDay</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#273-277' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.valid_dmy' class="method"><span id='valid_dmy.v' class='invisible'><code>pub fn <a href='#method.valid_dmy' class='fnname'>valid_dmy</a>(day: <a class="type" href="../glib/type.DateDay.html" title="type glib::DateDay">DateDay</a>, month: <a class="enum" href="../glib/enum.DateMonth.html" title="enum glib::DateMonth">DateMonth</a>, year: <a class="type" href="../glib/type.DateYear.html" title="type glib::DateYear">DateYear</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#279-283' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.valid_julian' class="method"><span id='valid_julian.v' class='invisible'><code>pub fn <a href='#method.valid_julian' class='fnname'>valid_julian</a>(julian_date: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#285-289' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.valid_month' class="method"><span id='valid_month.v' class='invisible'><code>pub fn <a href='#method.valid_month' class='fnname'>valid_month</a>(month: <a class="enum" href="../glib/enum.DateMonth.html" title="enum glib::DateMonth">DateMonth</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#291-295' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.valid_weekday' class="method"><span id='valid_weekday.v' class='invisible'><code>pub fn <a href='#method.valid_weekday' class='fnname'>valid_weekday</a>(weekday: <a class="enum" href="../glib/enum.DateWeekday.html" title="enum glib::DateWeekday">DateWeekday</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#297-301' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.valid_year' class="method"><span id='valid_year.v' class='invisible'><code>pub fn <a href='#method.valid_year' class='fnname'>valid_year</a>(year: <a class="type" href="../glib/type.DateYear.html" title="type glib::DateYear">DateYear</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#303-307' title='goto source code'>[src]</a></span></h4>
|
|||
|
</div>
|
|||
|
<h2 id='implementations' class='small-section-header'>
|
|||
|
Trait Implementations<a href='#implementations' class='anchor'></a>
|
|||
|
</h2>
|
|||
|
<h3 id='impl-Clone' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a></code><a href='#impl-Clone' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/boxed.rs.html#53' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.clone' class="method"><span id='clone.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/boxed.rs.html#53' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
|
|||
|
</div><h4 id='method.clone_from' class="method"><span id='clone_from.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self)</code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/clone.rs.html#112-114' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
|
|||
|
</div></div><h3 id='impl-Debug' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a></code><a href='#impl-Debug' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/boxed.rs.html#53' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.fmt' class="method"><span id='fmt.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&self, __arg_0: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -> <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/boxed.rs.html#53' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
|
|||
|
</div></div><h3 id='impl-StaticType' class='impl'><span class='in-band'><code>impl <a class="trait" href="../glib/types/trait.StaticType.html" title="trait glib::types::StaticType">StaticType</a> for <a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a></code><a href='#impl-StaticType' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/boxed.rs.html#22-26' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.static_type' class="method"><span id='static_type.v' class='invisible'><code>fn <a href='../glib/types/trait.StaticType.html#tymethod.static_type' class='fnname'>static_type</a>() -> <a class="enum" href="../glib/types/enum.Type.html" title="enum glib::types::Type">Type</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/boxed.rs.html#23-25' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns the type identifier of <code>Self</code>.</p>
|
|||
|
</div></div><h3 id='impl-Default' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html" title="trait core::default::Default">Default</a> for <a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a></code><a href='#impl-Default' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#310-314' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.default' class="method"><span id='default.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default' class='fnname'>default</a>() -> Self</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#311-313' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns the "default value" for a type. <a href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default">Read more</a></p>
|
|||
|
</div></div><h3 id='impl-PartialEq' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a> for <a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a></code><a href='#impl-PartialEq' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#316-321' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.eq' class="method"><span id='eq.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#318-320' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
|
|||
|
</div><h4 id='method.ne' class="method"><span id='ne.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#121' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method tests for <code>!=</code>.</p>
|
|||
|
</div></div><h3 id='impl-Eq' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a></code><a href='#impl-Eq' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#323' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'></div><h3 id='impl-PartialOrd' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a> for <a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a></code><a href='#impl-PartialOrd' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#325-330' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.partial_cmp' class="method"><span id='partial_cmp.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp' class='fnname'>partial_cmp</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#327-329' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></p>
|
|||
|
</div><h4 id='method.lt' class="method"><span id='lt.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt' class='fnname'>lt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#644-649' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method tests less than (for <code>self</code> and <code>other</code>) and is used by the <code><</code> operator. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></p>
|
|||
|
</div><h4 id='method.le' class="method"><span id='le.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le' class='fnname'>le</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#666-671' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method tests less than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code><=</code> operator. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le">Read more</a></p>
|
|||
|
</div><h4 id='method.gt' class="method"><span id='gt.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt' class='fnname'>gt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#687-692' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>></code> operator. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></p>
|
|||
|
</div><h4 id='method.ge' class="method"><span id='ge.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge' class='fnname'>ge</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#709-714' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>>=</code> operator. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge">Read more</a></p>
|
|||
|
</div></div><h3 id='impl-Ord' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html" title="trait core::cmp::Ord">Ord</a> for <a class="struct" href="../glib/struct.Date.html" title="struct glib::Date">Date</a></code><a href='#impl-Ord' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#332-337' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.cmp' class="method"><span id='cmp.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#tymethod.cmp' class='fnname'>cmp</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/date.rs.html#334-336' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method returns an <code>Ordering</code> between <code>self</code> and <code>other</code>. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#tymethod.cmp">Read more</a></p>
|
|||
|
</div><h4 id='method.max' class="method"><span id='max.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max' class='fnname'>max</a>(self, other: Self) -> Self</code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.21.0'>1.21.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#460-463' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Compares and returns the maximum of two values. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max">Read more</a></p>
|
|||
|
</div><h4 id='method.min' class="method"><span id='min.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.min' class='fnname'>min</a>(self, other: Self) -> Self</code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.21.0'>1.21.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#476-479' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Compares and returns the minimum of two values. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.min">Read more</a></p>
|
|||
|
</div></div></section>
|
|||
|
<section id='search' class="content hidden"></section>
|
|||
|
|
|||
|
<section class="footer"></section>
|
|||
|
|
|||
|
<aside id="help" class="hidden">
|
|||
|
<div>
|
|||
|
<h1 class="hidden">Help</h1>
|
|||
|
|
|||
|
<div class="shortcuts">
|
|||
|
<h2>Keyboard Shortcuts</h2>
|
|||
|
|
|||
|
<dl>
|
|||
|
<dt>?</dt>
|
|||
|
<dd>Show this help dialog</dd>
|
|||
|
<dt>S</dt>
|
|||
|
<dd>Focus the search field</dd>
|
|||
|
<dt>↑</dt>
|
|||
|
<dd>Move up in search results</dd>
|
|||
|
<dt>↓</dt>
|
|||
|
<dd>Move down in search results</dd>
|
|||
|
<dt>↹</dt>
|
|||
|
<dd>Switch tab</dd>
|
|||
|
<dt>⏎</dt>
|
|||
|
<dd>Go to active search result</dd>
|
|||
|
<dt style="width:31px;">+ / -</dt>
|
|||
|
<dd>Collapse/expand all sections</dd>
|
|||
|
</dl>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="infos">
|
|||
|
<h2>Search Tricks</h2>
|
|||
|
|
|||
|
<p>
|
|||
|
Prefix searches with a type followed by a colon (e.g.
|
|||
|
<code>fn:</code>) to restrict the search to a given type.
|
|||
|
</p>
|
|||
|
|
|||
|
<p>
|
|||
|
Accepted types are: <code>fn</code>, <code>mod</code>,
|
|||
|
<code>struct</code>, <code>enum</code>,
|
|||
|
<code>trait</code>, <code>type</code>, <code>macro</code>,
|
|||
|
and <code>const</code>.
|
|||
|
</p>
|
|||
|
|
|||
|
<p>
|
|||
|
Search functions by type signature (e.g.
|
|||
|
<code>vec -> usize</code> or <code>* -> vec</code>)
|
|||
|
</p>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</aside>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<script>
|
|||
|
window.rootPath = "../";
|
|||
|
window.currentCrate = "glib";
|
|||
|
</script>
|
|||
|
<script src="../main.js"></script>
|
|||
|
<script defer src="../search-index.js"></script>
|
|||
|
</body>
|
|||
|
</html>
|