#[repr(C)]pub struct spng_time {
pub year: u16,
pub month: u8,
pub day: u8,
pub hour: u8,
pub minute: u8,
pub second: u8,
}Fields§
§year: u16§month: u8§day: u8§hour: u8§minute: u8§second: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for spng_time
impl RefUnwindSafe for spng_time
impl Send for spng_time
impl Sync for spng_time
impl Unpin for spng_time
impl UnsafeUnpin for spng_time
impl UnwindSafe for spng_time
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