#[repr(u8)]pub enum DetectIntEn {
DETECT_INT_EN_0 = 0,
DETECT_INT_EN_1 = 1,
}Variants§
Implementations§
Source§impl DetectIntEn
impl DetectIntEn
Trait Implementations§
Source§impl Clone for DetectIntEn
impl Clone for DetectIntEn
Source§fn clone(&self) -> DetectIntEn
fn clone(&self) -> DetectIntEn
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 DetectIntEn
impl Debug for DetectIntEn
Source§impl From<DetectIntEn> for u8
impl From<DetectIntEn> for u8
Source§fn from(val: DetectIntEn) -> u8
fn from(val: DetectIntEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DetectIntEn
impl From<u8> for DetectIntEn
Source§fn from(val: u8) -> DetectIntEn
fn from(val: u8) -> DetectIntEn
Converts to this type from the input type.
Source§impl Ord for DetectIntEn
impl Ord for DetectIntEn
Source§fn cmp(&self, other: &DetectIntEn) -> Ordering
fn cmp(&self, other: &DetectIntEn) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DetectIntEn
impl PartialEq for DetectIntEn
Source§impl PartialOrd for DetectIntEn
impl PartialOrd for DetectIntEn
impl Copy for DetectIntEn
impl Eq for DetectIntEn
impl StructuralPartialEq for DetectIntEn
Auto Trait Implementations§
impl Freeze for DetectIntEn
impl RefUnwindSafe for DetectIntEn
impl Send for DetectIntEn
impl Sync for DetectIntEn
impl Unpin for DetectIntEn
impl UnwindSafe for DetectIntEn
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