#[repr(C)]pub struct otBorderRoutingRouterEntry {
pub mAddress: otIp6Address,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
}
Expand description
Represents a discovered router on the infrastructure link.
Fields§
§mAddress: otIp6Address
< IPv6 address of the router.
_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
Implementations§
Source§impl otBorderRoutingRouterEntry
impl otBorderRoutingRouterEntry
pub fn mManagedAddressConfigFlag(&self) -> bool
pub fn set_mManagedAddressConfigFlag(&mut self, val: bool)
pub fn mOtherConfigFlag(&self) -> bool
pub fn set_mOtherConfigFlag(&mut self, val: bool)
pub fn mStubRouterFlag(&self) -> bool
pub fn set_mStubRouterFlag(&mut self, val: bool)
pub fn new_bitfield_1( mManagedAddressConfigFlag: bool, mOtherConfigFlag: bool, mStubRouterFlag: bool, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for otBorderRoutingRouterEntry
impl Clone for otBorderRoutingRouterEntry
Source§fn clone(&self) -> otBorderRoutingRouterEntry
fn clone(&self) -> otBorderRoutingRouterEntry
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 otBorderRoutingRouterEntry
impl Default for otBorderRoutingRouterEntry
impl Copy for otBorderRoutingRouterEntry
Auto Trait Implementations§
impl Freeze for otBorderRoutingRouterEntry
impl RefUnwindSafe for otBorderRoutingRouterEntry
impl Send for otBorderRoutingRouterEntry
impl Sync for otBorderRoutingRouterEntry
impl Unpin for otBorderRoutingRouterEntry
impl UnwindSafe for otBorderRoutingRouterEntry
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
)