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