Struct MpcbbCr
#[repr(transparent)]pub struct MpcbbCr(pub u32);Expand description
MPCBB control register.
Tuple Fields§
§0: u32Implementations§
§impl MpcbbCr
impl MpcbbCr
pub const fn lck(&self) -> bool
pub const fn set_lck(&mut self, val: bool)
pub const fn invsecstate(&self) -> bool
pub const fn set_invsecstate(&mut self, val: bool)
pub const fn srwiladis(&self) -> bool
pub const fn set_srwiladis(&mut self, val: bool)
Trait Implementations§
impl Copy for MpcbbCr
impl Eq for MpcbbCr
impl StructuralPartialEq for MpcbbCr
Auto Trait Implementations§
impl Freeze for MpcbbCr
impl RefUnwindSafe for MpcbbCr
impl Send for MpcbbCr
impl Sync for MpcbbCr
impl Unpin for MpcbbCr
impl UnwindSafe for MpcbbCr
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