[−][src]Struct openthread_sys::otOperationalDataset
This structure represents an Active or Pending Operational Dataset.
Components in Dataset are optional. mComponets structure specifies which components are present in the Dataset.
Fields
mActiveTimestamp: u64< Active Timestamp
mPendingTimestamp: u64< Pending Timestamp
mMasterKey: otMasterKey< Network Master Key
mNetworkName: otNetworkName< Network Name
mExtendedPanId: otExtendedPanId< Extended PAN ID
mMeshLocalPrefix: otMeshLocalPrefix< Mesh Local Prefix
mDelay: u32< Delay Timer
mPanId: otPanId< PAN ID
mChannel: u16< Channel
mPskc: otPskc< PSKc
mSecurityPolicy: otSecurityPolicy< Security Policy
mChannelMask: otChannelMask< Channel Mask
mComponents: otOperationalDatasetComponents< Specifies which components are set in the Dataset.
Trait Implementations
impl Clone for otOperationalDataset[src]
fn clone(&self) -> otOperationalDataset[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for otOperationalDataset[src]
impl Debug for otOperationalDataset[src]
Auto Trait Implementations
impl RefUnwindSafe for otOperationalDataset
impl Send for otOperationalDataset
impl Sync for otOperationalDataset
impl Unpin for otOperationalDataset
impl UnwindSafe for otOperationalDataset
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,