#[repr(u8)]pub enum LinkMode {
ReceiverOnWhenIdle = 8,
SecureDataRequests = 4,
FullThreadDevice = 2,
FullNetworkDataRequired = 1,
}
Expand description
Used in Mode TLV.
Variants§
Auto Trait Implementations§
impl Freeze for LinkMode
impl RefUnwindSafe for LinkMode
impl Send for LinkMode
impl Sync for LinkMode
impl Unpin for LinkMode
impl UnwindSafe for LinkMode
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