#[repr(C)]pub struct glkdate_struct {
pub year: glsi32,
pub month: glsi32,
pub day: glsi32,
pub weekday: glsi32,
pub hour: glsi32,
pub minute: glsi32,
pub second: glsi32,
pub microsec: glsi32,
}Fields§
§year: glsi32§month: glsi32§day: glsi32§weekday: glsi32§hour: glsi32§minute: glsi32§second: glsi32§microsec: glsi32Trait Implementations§
Source§impl Clone for glkdate_struct
impl Clone for glkdate_struct
Source§fn clone(&self) -> glkdate_struct
fn clone(&self) -> glkdate_struct
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for glkdate_struct
impl Debug for glkdate_struct
impl Copy for glkdate_struct
Auto Trait Implementations§
impl Freeze for glkdate_struct
impl RefUnwindSafe for glkdate_struct
impl Send for glkdate_struct
impl Sync for glkdate_struct
impl Unpin for glkdate_struct
impl UnwindSafe for glkdate_struct
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