Enum Tp3
pub enum Tp3 {
_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 Tp3
impl Eq for Tp3
impl StructuralPartialEq for Tp3
Auto Trait Implementations§
impl Freeze for Tp3
impl RefUnwindSafe for Tp3
impl Send for Tp3
impl Sync for Tp3
impl Unpin for Tp3
impl UnwindSafe for Tp3
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