#[repr(C)]pub struct otOperationalDatasetTlvs {
pub mTlvs: [u8; 254],
pub mLength: u8,
}
Expand description
Represents an Active or Pending Operational Dataset.
The Operational Dataset is TLV encoded as specified by Thread.
Fields§
§mTlvs: [u8; 254]
< Operational Dataset TLVs.
mLength: u8
< Size of Operational Dataset in bytes.
Trait Implementations§
Source§impl Clone for otOperationalDatasetTlvs
impl Clone for otOperationalDatasetTlvs
Source§fn clone(&self) -> otOperationalDatasetTlvs
fn clone(&self) -> otOperationalDatasetTlvs
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 Debug for otOperationalDatasetTlvs
impl Debug for otOperationalDatasetTlvs
Source§impl Default for otOperationalDatasetTlvs
impl Default for otOperationalDatasetTlvs
impl Copy for otOperationalDatasetTlvs
Auto Trait Implementations§
impl Freeze for otOperationalDatasetTlvs
impl RefUnwindSafe for otOperationalDatasetTlvs
impl Send for otOperationalDatasetTlvs
impl Sync for otOperationalDatasetTlvs
impl Unpin for otOperationalDatasetTlvs
impl UnwindSafe for otOperationalDatasetTlvs
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
)