Struct capsules_extra::net::thread::tlv::ChannelMaskEntry
source · pub struct ChannelMaskEntry { /* private fields */ }
Expand description
Used in Channel Mask TLV.
Implementations§
Auto Trait Implementations§
impl Freeze for ChannelMaskEntry
impl RefUnwindSafe for ChannelMaskEntry
impl Send for ChannelMaskEntry
impl Sync for ChannelMaskEntry
impl Unpin for ChannelMaskEntry
impl UnwindSafe for ChannelMaskEntry
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