Enum Mtr1
pub enum Mtr1 {
_0 = 0,
_1 = 1,
}Expand description
Master 1 Trusted for Read
Value on reset: 1
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 Mtr1
impl Eq for Mtr1
impl StructuralPartialEq for Mtr1
Auto Trait Implementations§
impl Freeze for Mtr1
impl RefUnwindSafe for Mtr1
impl Send for Mtr1
impl Sync for Mtr1
impl Unpin for Mtr1
impl UnwindSafe for Mtr1
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