#[repr(C, packed(1))]pub struct otExtAddress {
pub m8: [u8; 8],
}Expand description
@struct otExtAddress
This structure 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
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