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