#[repr(C, packed(1))]pub struct otOperationalDatasetComponents {
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>,
}Expand description
This structure represents presence of different components in Active or Pending Operational Dataset.
Fields§
§_bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>Implementations§
Source§impl otOperationalDatasetComponents
impl otOperationalDatasetComponents
pub fn mIsActiveTimestampPresent(&self) -> bool
pub fn set_mIsActiveTimestampPresent(&mut self, val: bool)
pub fn mIsPendingTimestampPresent(&self) -> bool
pub fn set_mIsPendingTimestampPresent(&mut self, val: bool)
pub fn mIsMasterKeyPresent(&self) -> bool
pub fn set_mIsMasterKeyPresent(&mut self, val: bool)
pub fn mIsNetworkNamePresent(&self) -> bool
pub fn set_mIsNetworkNamePresent(&mut self, val: bool)
pub fn mIsExtendedPanIdPresent(&self) -> bool
pub fn set_mIsExtendedPanIdPresent(&mut self, val: bool)
pub fn mIsMeshLocalPrefixPresent(&self) -> bool
pub fn set_mIsMeshLocalPrefixPresent(&mut self, val: bool)
pub fn mIsDelayPresent(&self) -> bool
pub fn set_mIsDelayPresent(&mut self, val: bool)
pub fn mIsPanIdPresent(&self) -> bool
pub fn set_mIsPanIdPresent(&mut self, val: bool)
pub fn mIsChannelPresent(&self) -> bool
pub fn set_mIsChannelPresent(&mut self, val: bool)
pub fn mIsPskcPresent(&self) -> bool
pub fn set_mIsPskcPresent(&mut self, val: bool)
pub fn mIsSecurityPolicyPresent(&self) -> bool
pub fn set_mIsSecurityPolicyPresent(&mut self, val: bool)
pub fn mIsChannelMaskPresent(&self) -> bool
pub fn set_mIsChannelMaskPresent(&mut self, val: bool)
pub fn new_bitfield_1( mIsActiveTimestampPresent: bool, mIsPendingTimestampPresent: bool, mIsMasterKeyPresent: bool, mIsNetworkNamePresent: bool, mIsExtendedPanIdPresent: bool, mIsMeshLocalPrefixPresent: bool, mIsDelayPresent: bool, mIsPanIdPresent: bool, mIsChannelPresent: bool, mIsPskcPresent: bool, mIsSecurityPolicyPresent: bool, mIsChannelMaskPresent: bool, ) -> __BindgenBitfieldUnit<[u8; 2], u8>
Trait Implementations§
Source§impl Clone for otOperationalDatasetComponents
impl Clone for otOperationalDatasetComponents
Source§fn clone(&self) -> otOperationalDatasetComponents
fn clone(&self) -> otOperationalDatasetComponents
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 moreimpl Copy for otOperationalDatasetComponents
Auto Trait Implementations§
impl Freeze for otOperationalDatasetComponents
impl RefUnwindSafe for otOperationalDatasetComponents
impl Send for otOperationalDatasetComponents
impl Sync for otOperationalDatasetComponents
impl Unpin for otOperationalDatasetComponents
impl UnwindSafe for otOperationalDatasetComponents
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