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