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