#[repr(C)]pub struct ec_timet {
pub sec: uint32,
pub usec: uint32,
}Fields§
§sec: uint32§usec: uint32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ec_timet
impl RefUnwindSafe for ec_timet
impl Send for ec_timet
impl Sync for ec_timet
impl Unpin for ec_timet
impl UnwindSafe for ec_timet
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