#[repr(C)]pub struct date_s_t {
pub year: u16,
pub day: u8,
pub month: u8,
}Fields§
§year: u16Year - 1980
day: u8§month: u81 = January
Auto Trait Implementations§
impl Freeze for date_s_t
impl RefUnwindSafe for date_s_t
impl Send for date_s_t
impl Sync for date_s_t
impl Unpin for date_s_t
impl UnwindSafe for date_s_t
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