#[repr(u8)]pub enum DetectSigEn {
DETECT_SIG_EN_0 = 0,
DETECT_SIG_EN_1 = 1,
}Variants§
Implementations§
Source§impl DetectSigEn
impl DetectSigEn
Trait Implementations§
Source§impl Clone for DetectSigEn
impl Clone for DetectSigEn
Source§fn clone(&self) -> DetectSigEn
fn clone(&self) -> DetectSigEn
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 DetectSigEn
impl Debug for DetectSigEn
Source§impl From<DetectSigEn> for u8
impl From<DetectSigEn> for u8
Source§fn from(val: DetectSigEn) -> u8
fn from(val: DetectSigEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DetectSigEn
impl From<u8> for DetectSigEn
Source§fn from(val: u8) -> DetectSigEn
fn from(val: u8) -> DetectSigEn
Converts to this type from the input type.
Source§impl Ord for DetectSigEn
impl Ord for DetectSigEn
Source§fn cmp(&self, other: &DetectSigEn) -> Ordering
fn cmp(&self, other: &DetectSigEn) -> 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 DetectSigEn
impl PartialEq for DetectSigEn
Source§impl PartialOrd for DetectSigEn
impl PartialOrd for DetectSigEn
impl Copy for DetectSigEn
impl Eq for DetectSigEn
impl StructuralPartialEq for DetectSigEn
Auto Trait Implementations§
impl Freeze for DetectSigEn
impl RefUnwindSafe for DetectSigEn
impl Send for DetectSigEn
impl Sync for DetectSigEn
impl Unpin for DetectSigEn
impl UnwindSafe for DetectSigEn
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