#[repr(C, packed(1))]pub struct ec_fmmu {
pub LogStart: uint32,
pub LogLength: uint16,
pub LogStartbit: uint8,
pub LogEndbit: uint8,
pub PhysStart: uint16,
pub PhysStartBit: uint8,
pub FMMUtype: uint8,
pub FMMUactive: uint8,
pub unused1: uint8,
pub unused2: uint16,
}Expand description
record for FMMU
Fields§
§LogStart: uint32§LogLength: uint16§LogStartbit: uint8§LogEndbit: uint8§PhysStart: uint16§PhysStartBit: uint8§FMMUtype: uint8§FMMUactive: uint8§unused1: uint8§unused2: uint16Trait Implementations§
Auto Trait Implementations§
impl Freeze for ec_fmmu
impl RefUnwindSafe for ec_fmmu
impl Send for ec_fmmu
impl Sync for ec_fmmu
impl Unpin for ec_fmmu
impl UnwindSafe for ec_fmmu
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