Enum capsules_extra::net::thread::tlv::SecurityPolicy
source · #[repr(u8)]pub enum SecurityPolicy {
O = 128,
N = 64,
R = 32,
C = 16,
B = 8,
}
Expand description
Used in Security Policy TLV. See 8.10.1.15
Variants§
Auto Trait Implementations§
impl Freeze for SecurityPolicy
impl RefUnwindSafe for SecurityPolicy
impl Send for SecurityPolicy
impl Sync for SecurityPolicy
impl Unpin for SecurityPolicy
impl UnwindSafe for SecurityPolicy
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