pub enum TP2_A {
_0 = 0,
_1 = 1,
}Expand description
Trusted protect
Value on reset: 0
Variants§
_0 = 0
0: Accesses from an untrusted master are allowed.
_1 = 1
1: Accesses from an untrusted master are not allowed.
Trait Implementations§
impl Copy for TP2_A
impl StructuralPartialEq for TP2_A
Auto Trait Implementations§
impl Freeze for TP2_A
impl RefUnwindSafe for TP2_A
impl Send for TP2_A
impl Sync for TP2_A
impl Unpin for TP2_A
impl UnsafeUnpin for TP2_A
impl UnwindSafe for TP2_A
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