#[repr(packed(1))]pub struct Cmos {
pub record: Record,
pub header_length: u32,
}
Fields§
§record: Record
§header_length: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cmos
impl RefUnwindSafe for Cmos
impl Send for Cmos
impl Sync for Cmos
impl Unpin for Cmos
impl UnwindSafe for Cmos
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