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