#[repr(C)]pub enum L7Proto {
OrdPacket = 0,
Smtp = 1,
Pop3 = 2,
Imap = 3,
Http = 4,
FtpCmd = 5,
FtpData = 6,
Sip = 7,
Unknown = 8,
}Variants§
Trait Implementations§
Source§impl Ord for L7Proto
impl Ord for L7Proto
Source§impl PartialOrd for L7Proto
impl PartialOrd for L7Proto
impl Copy for L7Proto
impl Eq for L7Proto
impl StructuralPartialEq for L7Proto
Auto Trait Implementations§
impl Freeze for L7Proto
impl RefUnwindSafe for L7Proto
impl Send for L7Proto
impl Sync for L7Proto
impl Unpin for L7Proto
impl UnwindSafe for L7Proto
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