#[repr(C, packed(1))]pub struct otExtAddress {
pub m8: [u8; 8],
}
Expand description
@struct otExtAddress
Represents the IEEE 802.15.4 Extended Address.
Fields§
§m8: [u8; 8]
< IEEE 802.15.4 Extended Address bytes
Trait Implementations§
Source§impl Clone for otExtAddress
impl Clone for otExtAddress
Source§fn clone(&self) -> otExtAddress
fn clone(&self) -> otExtAddress
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 otExtAddress
impl Debug for otExtAddress
Source§impl Default for otExtAddress
impl Default for otExtAddress
Source§fn default() -> otExtAddress
fn default() -> otExtAddress
Returns the “default value” for a type. Read more
impl Copy for otExtAddress
Auto Trait Implementations§
impl Freeze for otExtAddress
impl RefUnwindSafe for otExtAddress
impl Send for otExtAddress
impl Sync for otExtAddress
impl Unpin for otExtAddress
impl UnwindSafe for otExtAddress
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
)