#[repr(u8)]pub enum DetectSec {
BC_SECDET_DISABLE = 0,
BC_SECDET_ENABLE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for DetectSec
impl Ord for DetectSec
Source§impl PartialOrd for DetectSec
impl PartialOrd for DetectSec
impl Copy for DetectSec
impl Eq for DetectSec
impl StructuralPartialEq for DetectSec
Auto Trait Implementations§
impl Freeze for DetectSec
impl RefUnwindSafe for DetectSec
impl Send for DetectSec
impl Sync for DetectSec
impl Unpin for DetectSec
impl UnwindSafe for DetectSec
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