#[repr(C)]pub struct Struct_enginetime_struct {
pub engineID: *mut c_uchar,
pub engineID_len: c_uint,
pub engineTime: c_uint,
pub engineBoot: c_uint,
pub lastReceivedEngineTime: time_t,
pub authenticatedFlag: c_uint,
pub next: *mut Struct_enginetime_struct,
}Fields§
§engineID: *mut c_uchar§engineID_len: c_uint§engineTime: c_uint§engineBoot: c_uint§lastReceivedEngineTime: time_t§authenticatedFlag: c_uint§next: *mut Struct_enginetime_structTrait Implementations§
Source§impl Clone for Struct_enginetime_struct
impl Clone for Struct_enginetime_struct
Source§impl Default for Struct_enginetime_struct
impl Default for Struct_enginetime_struct
impl Copy for Struct_enginetime_struct
Auto Trait Implementations§
impl Freeze for Struct_enginetime_struct
impl RefUnwindSafe for Struct_enginetime_struct
impl !Send for Struct_enginetime_struct
impl !Sync for Struct_enginetime_struct
impl Unpin for Struct_enginetime_struct
impl UnwindSafe for Struct_enginetime_struct
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