#[repr(C)]pub struct otLinkMetricsSeriesFlags {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
}
Expand description
Represents which frames are accounted in a Forward Tracking Series.
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
Implementations§
Source§impl otLinkMetricsSeriesFlags
impl otLinkMetricsSeriesFlags
pub fn mLinkProbe(&self) -> bool
pub fn set_mLinkProbe(&mut self, val: bool)
pub fn mMacData(&self) -> bool
pub fn set_mMacData(&mut self, val: bool)
pub fn mMacDataRequest(&self) -> bool
pub fn set_mMacDataRequest(&mut self, val: bool)
pub fn mMacAck(&self) -> bool
pub fn set_mMacAck(&mut self, val: bool)
pub fn new_bitfield_1( mLinkProbe: bool, mMacData: bool, mMacDataRequest: bool, mMacAck: bool, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for otLinkMetricsSeriesFlags
impl Clone for otLinkMetricsSeriesFlags
Source§fn clone(&self) -> otLinkMetricsSeriesFlags
fn clone(&self) -> otLinkMetricsSeriesFlags
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 otLinkMetricsSeriesFlags
impl Debug for otLinkMetricsSeriesFlags
Source§impl Default for otLinkMetricsSeriesFlags
impl Default for otLinkMetricsSeriesFlags
Source§fn default() -> otLinkMetricsSeriesFlags
fn default() -> otLinkMetricsSeriesFlags
Returns the “default value” for a type. Read more
impl Copy for otLinkMetricsSeriesFlags
Auto Trait Implementations§
impl Freeze for otLinkMetricsSeriesFlags
impl RefUnwindSafe for otLinkMetricsSeriesFlags
impl Send for otLinkMetricsSeriesFlags
impl Sync for otLinkMetricsSeriesFlags
impl Unpin for otLinkMetricsSeriesFlags
impl UnwindSafe for otLinkMetricsSeriesFlags
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
)