#[repr(C)]pub struct otBorderRoutingPeerBorderRouterEntry {
pub mRloc16: u16,
pub mAge: u32,
}
Expand description
Represents information about a peer Border Router found in the Network Data.
Fields§
§mRloc16: u16
< The RLOC16 of BR.
mAge: u32
< Seconds since the BR appeared in the Network Data.
Trait Implementations§
Source§impl Clone for otBorderRoutingPeerBorderRouterEntry
impl Clone for otBorderRoutingPeerBorderRouterEntry
Source§fn clone(&self) -> otBorderRoutingPeerBorderRouterEntry
fn clone(&self) -> otBorderRoutingPeerBorderRouterEntry
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 otBorderRoutingPeerBorderRouterEntry
impl Default for otBorderRoutingPeerBorderRouterEntry
Source§fn default() -> otBorderRoutingPeerBorderRouterEntry
fn default() -> otBorderRoutingPeerBorderRouterEntry
Returns the “default value” for a type. Read more
impl Copy for otBorderRoutingPeerBorderRouterEntry
Auto Trait Implementations§
impl Freeze for otBorderRoutingPeerBorderRouterEntry
impl RefUnwindSafe for otBorderRoutingPeerBorderRouterEntry
impl Send for otBorderRoutingPeerBorderRouterEntry
impl Sync for otBorderRoutingPeerBorderRouterEntry
impl Unpin for otBorderRoutingPeerBorderRouterEntry
impl UnwindSafe for otBorderRoutingPeerBorderRouterEntry
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