#[repr(C, packed(1))]pub struct otMasterKey {
pub m8: [u8; 16],
}Expand description
@struct otMasterKey
This structure represents a Thread Master Key.
Fields§
§m8: [u8; 16]< Byte values
Trait Implementations§
Source§impl Clone for otMasterKey
impl Clone for otMasterKey
Source§fn clone(&self) -> otMasterKey
fn clone(&self) -> otMasterKey
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for otMasterKey
impl Debug for otMasterKey
impl Copy for otMasterKey
Auto Trait Implementations§
impl Freeze for otMasterKey
impl RefUnwindSafe for otMasterKey
impl Send for otMasterKey
impl Sync for otMasterKey
impl Unpin for otMasterKey
impl UnwindSafe for otMasterKey
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