#[repr(C)]pub struct date {
pub da_year: u16,
pub da_day: u8,
pub da_mon: u8,
}
Fields§
§da_year: u16
Year - 1980
da_day: u8
Day of the month
da_mon: u8
Month (1 = Jan)
Trait Implementations§
impl Copy for date
impl Eq for date
impl StructuralPartialEq for date
Auto Trait Implementations§
impl Freeze for date
impl RefUnwindSafe for date
impl Send for date
impl Sync for date
impl Unpin for date
impl UnwindSafe for date
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