pub enum TP3W {
_0,
_1,
}Expand description
Values that can be written to the field TP3
Variants§
_0
Accesses from an untrusted master are allowed.
_1
Accesses from an untrusted master are not allowed.
Auto Trait Implementations§
impl Freeze for TP3W
impl RefUnwindSafe for TP3W
impl Send for TP3W
impl Sync for TP3W
impl Unpin for TP3W
impl UnwindSafe for TP3W
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