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