#[repr(C)]pub struct otHistoryTrackerDhcp6PdInfo {
pub mPrefix: otIp6Prefix,
pub mState: otBorderRoutingDhcp6PdState,
}Expand description
Represents the DHCPv6-PD state and delegated prefix (if any) by a device acting as Border Router (BR).
Fields§
§mPrefix: otIp6Prefix< The delegated prefix if any. If none, it is set to ::/0.
mState: otBorderRoutingDhcp6PdState< The DHCPv6 state.
Trait Implementations§
Source§impl Clone for otHistoryTrackerDhcp6PdInfo
impl Clone for otHistoryTrackerDhcp6PdInfo
Source§fn clone(&self) -> otHistoryTrackerDhcp6PdInfo
fn clone(&self) -> otHistoryTrackerDhcp6PdInfo
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 otHistoryTrackerDhcp6PdInfo
Auto Trait Implementations§
impl Freeze for otHistoryTrackerDhcp6PdInfo
impl RefUnwindSafe for otHistoryTrackerDhcp6PdInfo
impl Send for otHistoryTrackerDhcp6PdInfo
impl Sync for otHistoryTrackerDhcp6PdInfo
impl Unpin for otHistoryTrackerDhcp6PdInfo
impl UnsafeUnpin for otHistoryTrackerDhcp6PdInfo
impl UnwindSafe for otHistoryTrackerDhcp6PdInfo
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