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