#[repr(C)]pub struct IflaVfRate {
pub vf: u32,
pub min_tx_rate: u32,
pub max_tx_rate: u32,
}
Fields§
§vf: u32
§min_tx_rate: u32
§max_tx_rate: u32
Trait Implementations§
Source§impl Clone for IflaVfRate
impl Clone for IflaVfRate
Source§fn clone(&self) -> IflaVfRate
fn clone(&self) -> IflaVfRate
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 IflaVfRate
impl Debug for IflaVfRate
impl Copy for IflaVfRate
Auto Trait Implementations§
impl Freeze for IflaVfRate
impl RefUnwindSafe for IflaVfRate
impl Send for IflaVfRate
impl Sync for IflaVfRate
impl Unpin for IflaVfRate
impl UnwindSafe for IflaVfRate
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