pub enum SetFlags {
Anonymous = 1,
Constant = 2,
Interval = 4,
Map = 8,
Timeout = 16,
Eval = 32,
Object = 64,
Concat = 128,
Expr = 256,
}Available on crate feature
nftables only.Expand description
Flags - defines an integer enumeration, with values for each entry occupying a bit, starting from bit 0, (e.g. 1, 2, 4, 8)
Variants§
Anonymous = 1
Constant = 2
Interval = 4
Map = 8
Timeout = 16
Eval = 32
Object = 64
Concat = 128
Expr = 256
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetFlags
impl RefUnwindSafe for SetFlags
impl Send for SetFlags
impl Sync for SetFlags
impl Unpin for SetFlags
impl UnwindSafe for SetFlags
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