pub enum MPL4R {
_0,
_1,
}Expand description
Possible values of the field MPL4
Variants§
_0
Accesses from this master are forced to user-mode.
_1
Accesses from this master are not forced to user-mode.
Implementations§
Source§impl MPL4R
impl MPL4R
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
Trait Implementations§
impl Copy for MPL4R
impl StructuralPartialEq for MPL4R
Auto Trait Implementations§
impl Freeze for MPL4R
impl RefUnwindSafe for MPL4R
impl Send for MPL4R
impl Sync for MPL4R
impl Unpin for MPL4R
impl UnwindSafe for MPL4R
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