#[repr(C)]pub struct otHistoryTrackerExternalRouteInfo {
pub mRoute: otExternalRouteConfig,
pub mEvent: otHistoryTrackerNetDataEvent,
}Expand description
Represent a Network Data extern route info.
Fields§
§mRoute: otExternalRouteConfig< The external route entry.
mEvent: otHistoryTrackerNetDataEvent< Indicates the event (added/removed).
Trait Implementations§
Source§impl Clone for otHistoryTrackerExternalRouteInfo
impl Clone for otHistoryTrackerExternalRouteInfo
Source§fn clone(&self) -> otHistoryTrackerExternalRouteInfo
fn clone(&self) -> otHistoryTrackerExternalRouteInfo
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 otHistoryTrackerExternalRouteInfo
Auto Trait Implementations§
impl Freeze for otHistoryTrackerExternalRouteInfo
impl RefUnwindSafe for otHistoryTrackerExternalRouteInfo
impl Send for otHistoryTrackerExternalRouteInfo
impl Sync for otHistoryTrackerExternalRouteInfo
impl Unpin for otHistoryTrackerExternalRouteInfo
impl UnsafeUnpin for otHistoryTrackerExternalRouteInfo
impl UnwindSafe for otHistoryTrackerExternalRouteInfo
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