#[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 unsafe fn mLinkProbe_raw(this: *const Self) -> bool
pub unsafe fn set_mLinkProbe_raw(this: *mut Self, val: bool)
pub fn mMacData(&self) -> bool
pub fn set_mMacData(&mut self, val: bool)
pub unsafe fn mMacData_raw(this: *const Self) -> bool
pub unsafe fn set_mMacData_raw(this: *mut Self, val: bool)
pub fn mMacDataRequest(&self) -> bool
pub fn set_mMacDataRequest(&mut self, val: bool)
pub unsafe fn mMacDataRequest_raw(this: *const Self) -> bool
pub unsafe fn set_mMacDataRequest_raw(this: *mut Self, val: bool)
pub fn mMacAck(&self) -> bool
pub fn set_mMacAck(&mut self, val: bool)
pub unsafe fn mMacAck_raw(this: *const Self) -> bool
pub unsafe fn set_mMacAck_raw(this: *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