Struct HLOG
#[repr(C)]pub struct HLOG {
pub time: u32,
pub last_flags: u32,
pub offset: u32,
pub rec_offset: u32,
}
Fields§
§time: u32
§last_flags: u32
§offset: u32
§rec_offset: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HLOG
impl RefUnwindSafe for HLOG
impl Send for HLOG
impl Sync for HLOG
impl Unpin for HLOG
impl UnwindSafe for HLOG
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