#[repr(C)]pub struct otPlatInfraIfLinkLayerAddress {
pub mAddress: [u8; 16],
pub mLength: u8,
}
Expand description
Represents an InfraIf Link-Layer Address.
Fields§
§mAddress: [u8; 16]
< The link-layer address bytes.
mLength: u8
< The address length (number of bytes).
Trait Implementations§
Source§impl Clone for otPlatInfraIfLinkLayerAddress
impl Clone for otPlatInfraIfLinkLayerAddress
Source§fn clone(&self) -> otPlatInfraIfLinkLayerAddress
fn clone(&self) -> otPlatInfraIfLinkLayerAddress
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 Default for otPlatInfraIfLinkLayerAddress
impl Default for otPlatInfraIfLinkLayerAddress
Source§fn default() -> otPlatInfraIfLinkLayerAddress
fn default() -> otPlatInfraIfLinkLayerAddress
Returns the “default value” for a type. Read more
impl Copy for otPlatInfraIfLinkLayerAddress
Auto Trait Implementations§
impl Freeze for otPlatInfraIfLinkLayerAddress
impl RefUnwindSafe for otPlatInfraIfLinkLayerAddress
impl Send for otPlatInfraIfLinkLayerAddress
impl Sync for otPlatInfraIfLinkLayerAddress
impl Unpin for otPlatInfraIfLinkLayerAddress
impl UnwindSafe for otPlatInfraIfLinkLayerAddress
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