#[repr(C)]pub struct M2F_CONTROLLER_Type {
pub ENABLE: u32,
pub M2FSTATUS: u32,
pub filler: [u32; 2],
pub PLSTATUS: [u32; 4],
pub PLENABLE: [u32; 4],
}Fields§
§ENABLE: u32§M2FSTATUS: u32§filler: [u32; 2]§PLSTATUS: [u32; 4]§PLENABLE: [u32; 4]Trait Implementations§
Source§impl Clone for M2F_CONTROLLER_Type
impl Clone for M2F_CONTROLLER_Type
Source§fn clone(&self) -> M2F_CONTROLLER_Type
fn clone(&self) -> M2F_CONTROLLER_Type
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for M2F_CONTROLLER_Type
impl Debug for M2F_CONTROLLER_Type
impl Copy for M2F_CONTROLLER_Type
Auto Trait Implementations§
impl Freeze for M2F_CONTROLLER_Type
impl RefUnwindSafe for M2F_CONTROLLER_Type
impl Send for M2F_CONTROLLER_Type
impl Sync for M2F_CONTROLLER_Type
impl Unpin for M2F_CONTROLLER_Type
impl UnsafeUnpin for M2F_CONTROLLER_Type
impl UnwindSafe for M2F_CONTROLLER_Type
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