pub struct PushIflaVfRate { /* private fields */ }Available on crate feature
rt-link only.Implementations§
Source§impl PushIflaVfRate
impl PushIflaVfRate
Sourcepub fn new_from_slice(other: &[u8]) -> Option<Self>
pub fn new_from_slice(other: &[u8]) -> Option<Self>
Copy from contents from other slice
pub fn as_slice(&self) -> &[u8] ⓘ
pub fn as_mut_slice(&mut self) -> &mut [u8] ⓘ
pub const fn len() -> usize
pub fn vf(&self) -> u32
pub fn set_vf(&mut self, value: u32)
pub fn min_tx_rate(&self) -> u32
pub fn set_min_tx_rate(&mut self, value: u32)
pub fn max_tx_rate(&self) -> u32
pub fn set_max_tx_rate(&mut self, value: u32)
Trait Implementations§
Source§impl Clone for PushIflaVfRate
impl Clone for PushIflaVfRate
Source§fn clone(&self) -> PushIflaVfRate
fn clone(&self) -> PushIflaVfRate
Returns a duplicate 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 PushIflaVfRate
impl Debug for PushIflaVfRate
Auto Trait Implementations§
impl Freeze for PushIflaVfRate
impl RefUnwindSafe for PushIflaVfRate
impl Send for PushIflaVfRate
impl Sync for PushIflaVfRate
impl Unpin for PushIflaVfRate
impl UnwindSafe for PushIflaVfRate
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