#[repr(C, packed(1))]pub struct otPskc {
pub m8: [u8; 16],
}Expand description
This structure represents PSKc.
Fields§
§m8: [u8; 16]< Byte values
Trait Implementations§
Auto Trait Implementations§
impl Freeze for otPskc
impl RefUnwindSafe for otPskc
impl Send for otPskc
impl Sync for otPskc
impl Unpin for otPskc
impl UnwindSafe for otPskc
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