#[repr(C)]pub struct otTrelPeer {
pub mExtAddress: otExtAddress,
pub mExtPanId: otExtendedPanId,
pub mSockAddr: otSockAddr,
}
Expand description
Represents a TREL peer.
Fields§
§mExtAddress: otExtAddress
< The Extended MAC Address of TREL peer.
mExtPanId: otExtendedPanId
< The Extended PAN Identifier of TREL peer.
mSockAddr: otSockAddr
< The IPv6 socket address of TREL peer.
Trait Implementations§
Source§impl Clone for otTrelPeer
impl Clone for otTrelPeer
Source§fn clone(&self) -> otTrelPeer
fn clone(&self) -> otTrelPeer
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 otTrelPeer
impl Default for otTrelPeer
impl Copy for otTrelPeer
Auto Trait Implementations§
impl Freeze for otTrelPeer
impl RefUnwindSafe for otTrelPeer
impl Send for otTrelPeer
impl Sync for otTrelPeer
impl Unpin for otTrelPeer
impl UnwindSafe for otTrelPeer
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
)