#[repr(C, packed(1))]pub struct otExtendedPanId {
pub m8: [u8; 8],
}
Expand description
Represents an Extended PAN ID.
Fields§
§m8: [u8; 8]
< Byte values
Trait Implementations§
Source§impl Clone for otExtendedPanId
impl Clone for otExtendedPanId
Source§fn clone(&self) -> otExtendedPanId
fn clone(&self) -> otExtendedPanId
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 otExtendedPanId
impl Debug for otExtendedPanId
Source§impl Default for otExtendedPanId
impl Default for otExtendedPanId
Source§fn default() -> otExtendedPanId
fn default() -> otExtendedPanId
Returns the “default value” for a type. Read more
impl Copy for otExtendedPanId
Auto Trait Implementations§
impl Freeze for otExtendedPanId
impl RefUnwindSafe for otExtendedPanId
impl Send for otExtendedPanId
impl Sync for otExtendedPanId
impl Unpin for otExtendedPanId
impl UnwindSafe for otExtendedPanId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)