Struct net_sys::iff::net_device_flags
source · #[repr(transparent)]pub struct net_device_flags(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl net_device_flags
impl net_device_flags
pub const IFF_UP: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_BROADCAST: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_DEBUG: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_LOOPBACK: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_POINTOPOINT: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_NOTRAILERS: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_RUNNING: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_NOARP: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_PROMISC: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_ALLMULTI: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_MASTER: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_SLAVE: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_MULTICAST: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_PORTSEL: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_AUTOMEDIA: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_DYNAMIC: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_LOWER_UP: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_DORMANT: net_device_flags = _
source§impl net_device_flags
impl net_device_flags
pub const IFF_ECHO: net_device_flags = _
Trait Implementations§
source§impl BitAnd for net_device_flags
impl BitAnd for net_device_flags
source§impl BitAndAssign for net_device_flags
impl BitAndAssign for net_device_flags
source§fn bitand_assign(&mut self, rhs: net_device_flags)
fn bitand_assign(&mut self, rhs: net_device_flags)
Performs the
&=
operation. Read moresource§impl BitOr for net_device_flags
impl BitOr for net_device_flags
source§impl BitOrAssign for net_device_flags
impl BitOrAssign for net_device_flags
source§fn bitor_assign(&mut self, rhs: net_device_flags)
fn bitor_assign(&mut self, rhs: net_device_flags)
Performs the
|=
operation. Read moresource§impl Clone for net_device_flags
impl Clone for net_device_flags
source§fn clone(&self) -> net_device_flags
fn clone(&self) -> net_device_flags
Returns a copy 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 net_device_flags
impl Debug for net_device_flags
source§impl Hash for net_device_flags
impl Hash for net_device_flags
source§impl PartialEq for net_device_flags
impl PartialEq for net_device_flags
source§fn eq(&self, other: &net_device_flags) -> bool
fn eq(&self, other: &net_device_flags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for net_device_flags
impl Eq for net_device_flags
impl StructuralPartialEq for net_device_flags
Auto Trait Implementations§
impl RefUnwindSafe for net_device_flags
impl Send for net_device_flags
impl Sync for net_device_flags
impl Unpin for net_device_flags
impl UnwindSafe for net_device_flags
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