Enum windivert_sys::WinDivertShutdownMode [−][src]
#[repr(u32)]
pub enum WinDivertShutdownMode {
Recv,
Send,
Both,
}Expand description
WinDivert shutdown mode.
Variants
Recv
Stops new packets being queued for WinDivertRecv
Send
Stops new packets being injected via WinDivertSend
Both
Equivalent to WinDivertShutdownMode::Recv | WinDivertShutdownMode::Send
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for WinDivertShutdownMode
impl Send for WinDivertShutdownMode
impl Sync for WinDivertShutdownMode
impl Unpin for WinDivertShutdownMode
impl UnwindSafe for WinDivertShutdownMode
Blanket Implementations
Mutably borrows from an owned value. Read more
