pub struct Pskc(/* private fields */);Expand description
A Thread PSKc
Implementations§
Trait Implementations§
Source§impl DecodeTlvUnchecked for Pskc
impl DecodeTlvUnchecked for Pskc
Source§impl DecodeTlvValueUnchecked for Pskc
impl DecodeTlvValueUnchecked for Pskc
Source§impl TlvConstantMetadata for &Pskcwhere
Pskc: TlvConstantMetadata,
impl TlvConstantMetadata for &Pskcwhere
Pskc: TlvConstantMetadata,
Source§impl TlvConstantMetadata for Pskc
impl TlvConstantMetadata for Pskc
Source§impl TryEncodeTlv for Pskc
impl TryEncodeTlv for Pskc
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 Pskc
impl TryEncodeTlvValue for Pskc
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 Pskc
impl Eq for Pskc
impl StructuralPartialEq for Pskc
impl TlvMetadata for &Pskc
impl TlvMetadata for Pskc
Auto Trait Implementations§
impl Freeze for Pskc
impl RefUnwindSafe for Pskc
impl Send for Pskc
impl Sync for Pskc
impl Unpin for Pskc
impl UnsafeUnpin for Pskc
impl UnwindSafe for Pskc
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