pub struct Channel { /* private fields */ }Expand description
IEEE 802.15.4 channel
Implementations§
Trait Implementations§
Source§impl DecodeTlvUnchecked for Channel
impl DecodeTlvUnchecked for Channel
Source§impl DecodeTlvValueUnchecked for Channel
impl DecodeTlvValueUnchecked for Channel
Source§impl TlvConstantMetadata for &Channelwhere
Channel: TlvConstantMetadata,
impl TlvConstantMetadata for &Channelwhere
Channel: TlvConstantMetadata,
Source§impl TlvConstantMetadata for Channel
impl TlvConstantMetadata for Channel
Source§impl TryEncodeTlv for Channel
impl TryEncodeTlv for Channel
Source§fn try_encode_tlv(&self, buffer: &mut [u8]) -> Result<usize, TwineTlvError>
fn try_encode_tlv(&self, buffer: &mut [u8]) -> Result<usize, TwineTlvError>
Encode some data type into the TLV format. Read more
Source§impl TryEncodeTlvValue for Channel
impl TryEncodeTlvValue for Channel
Source§fn try_encode_tlv_value(
&self,
buffer: &mut [u8],
) -> Result<usize, TwineTlvError>
fn try_encode_tlv_value( &self, buffer: &mut [u8], ) -> Result<usize, TwineTlvError>
Encode the value portion of a TLV data type. Read more
impl Copy for Channel
impl Eq for Channel
impl StructuralPartialEq for Channel
impl TlvMetadata for &Channel
impl TlvMetadata for Channel
Auto Trait Implementations§
impl Freeze for Channel
impl RefUnwindSafe for Channel
impl Send for Channel
impl Sync for Channel
impl Unpin for Channel
impl UnsafeUnpin for Channel
impl UnwindSafe for Channel
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