pub struct CfgItfmRef<'a>(/* private fields */);Expand description
Configure Jamming interference monitoring Contains a reference to an underlying buffer, contains accessor methods to retrieve data.
Implementations§
Source§impl<'a> CfgItfmRef<'a>
impl<'a> CfgItfmRef<'a>
pub fn as_bytes(&self) -> &[u8] ⓘ
pub fn payload_len(&self) -> usize
pub fn to_owned(&self) -> CfgItfmOwned
Sourcepub fn config_raw(&self) -> u32
pub fn config_raw(&self) -> u32
Interference config Word
Sourcepub fn config(&self) -> CfgItfmConfig
pub fn config(&self) -> CfgItfmConfig
Interference config Word
Sourcepub fn config2_raw(&self) -> u32
pub fn config2_raw(&self) -> u32
Extra settings
Sourcepub fn config2(&self) -> CfgItfmConfig2
pub fn config2(&self) -> CfgItfmConfig2
Extra settings
Trait Implementations§
Source§impl Debug for CfgItfmRef<'_>
impl Debug for CfgItfmRef<'_>
Source§impl<'a> From<&CfgItfmRef<'a>> for CfgItfmOwned
impl<'a> From<&CfgItfmRef<'a>> for CfgItfmOwned
Source§fn from(packet: &CfgItfmRef<'a>) -> Self
fn from(packet: &CfgItfmRef<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<CfgItfmRef<'a>> for CfgItfmOwned
impl<'a> From<CfgItfmRef<'a>> for CfgItfmOwned
Source§fn from(packet: CfgItfmRef<'a>) -> Self
fn from(packet: CfgItfmRef<'a>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for CfgItfmRef<'a>
impl<'a> RefUnwindSafe for CfgItfmRef<'a>
impl<'a> Send for CfgItfmRef<'a>
impl<'a> Sync for CfgItfmRef<'a>
impl<'a> Unpin for CfgItfmRef<'a>
impl<'a> UnwindSafe for CfgItfmRef<'a>
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