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