Enum netlink_packet_audit::rules::RuleFieldFlags
source · [−]pub enum RuleFieldFlags {
BitMask,
BitTest,
LessThan,
GreaterThan,
NotEqual,
Equal,
LessThanOrEqual,
GreaterThanOrEqual,
None,
Unknown(u32),
}
Variants
BitMask
BitTest
LessThan
GreaterThan
NotEqual
Equal
LessThanOrEqual
GreaterThanOrEqual
None
Unknown(u32)
Trait Implementations
sourceimpl Clone for RuleFieldFlags
impl Clone for RuleFieldFlags
sourcefn clone(&self) -> RuleFieldFlags
fn clone(&self) -> RuleFieldFlags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RuleFieldFlags
impl Debug for RuleFieldFlags
sourceimpl From<RuleFieldFlags> for u32
impl From<RuleFieldFlags> for u32
sourcefn from(value: RuleFieldFlags) -> Self
fn from(value: RuleFieldFlags) -> Self
Converts to this type from the input type.
sourceimpl From<u32> for RuleFieldFlags
impl From<u32> for RuleFieldFlags
sourceimpl PartialEq<RuleFieldFlags> for RuleFieldFlags
impl PartialEq<RuleFieldFlags> for RuleFieldFlags
sourcefn eq(&self, other: &RuleFieldFlags) -> bool
fn eq(&self, other: &RuleFieldFlags) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &RuleFieldFlags) -> bool
fn ne(&self, other: &RuleFieldFlags) -> bool
This method tests for !=
.
impl Copy for RuleFieldFlags
impl Eq for RuleFieldFlags
impl StructuralEq for RuleFieldFlags
impl StructuralPartialEq for RuleFieldFlags
Auto Trait Implementations
impl RefUnwindSafe for RuleFieldFlags
impl Send for RuleFieldFlags
impl Sync for RuleFieldFlags
impl Unpin for RuleFieldFlags
impl UnwindSafe for RuleFieldFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more