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