#[repr(transparent)]pub struct net_device_flags(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
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
impl Copy for net_device_flags
impl Eq for net_device_flags
impl StructuralPartialEq for net_device_flags
Auto Trait Implementations§
impl Freeze for net_device_flags
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