#[repr(C)]pub struct otHistoryTrackerOnMeshPrefixInfo {
pub mPrefix: otBorderRouterConfig,
pub mEvent: otHistoryTrackerNetDataEvent,
}Expand description
Represent a Network Data on mesh prefix info.
Fields§
§mPrefix: otBorderRouterConfig< The on mesh prefix entry.
mEvent: otHistoryTrackerNetDataEvent< Indicates the event (added/removed).
Trait Implementations§
Source§impl Clone for otHistoryTrackerOnMeshPrefixInfo
impl Clone for otHistoryTrackerOnMeshPrefixInfo
Source§fn clone(&self) -> otHistoryTrackerOnMeshPrefixInfo
fn clone(&self) -> otHistoryTrackerOnMeshPrefixInfo
Returns a duplicate 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 moreimpl Copy for otHistoryTrackerOnMeshPrefixInfo
Auto Trait Implementations§
impl Freeze for otHistoryTrackerOnMeshPrefixInfo
impl RefUnwindSafe for otHistoryTrackerOnMeshPrefixInfo
impl Send for otHistoryTrackerOnMeshPrefixInfo
impl Sync for otHistoryTrackerOnMeshPrefixInfo
impl Unpin for otHistoryTrackerOnMeshPrefixInfo
impl UnsafeUnpin for otHistoryTrackerOnMeshPrefixInfo
impl UnwindSafe for otHistoryTrackerOnMeshPrefixInfo
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