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