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