#[repr(C)]pub struct SoupDate {
pub year: c_int,
pub month: c_int,
pub day: c_int,
pub hour: c_int,
pub minute: c_int,
pub second: c_int,
pub utc: gboolean,
pub offset: c_int,
}
Fields§
§year: c_int
§month: c_int
§day: c_int
§hour: c_int
§minute: c_int
§second: c_int
§utc: gboolean
§offset: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoupDate
impl RefUnwindSafe for SoupDate
impl Send for SoupDate
impl Sync for SoupDate
impl Unpin for SoupDate
impl UnwindSafe for SoupDate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more