Enum Mtr2
pub enum Mtr2 {
_0 = 0,
_1 = 1,
}Expand description
Master 2 Trusted For Read
Value on reset: 0
Variants§
_0 = 0
0: This master is not trusted for read accesses.
_1 = 1
1: This master is trusted for read accesses.
Trait Implementations§
impl Copy for Mtr2
impl Eq for Mtr2
impl StructuralPartialEq for Mtr2
Auto Trait Implementations§
impl Freeze for Mtr2
impl RefUnwindSafe for Mtr2
impl Send for Mtr2
impl Sync for Mtr2
impl Unpin for Mtr2
impl UnwindSafe for Mtr2
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