#[repr(u8)]pub enum NfulnlMsgConfigCmds {
None = 0,
Bind = 1,
Unbind = 2,
PfBind = 3,
PfUnbind = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for NfulnlMsgConfigCmds
impl Clone for NfulnlMsgConfigCmds
Source§fn clone(&self) -> NfulnlMsgConfigCmds
fn clone(&self) -> NfulnlMsgConfigCmds
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 NfulnlMsgConfigCmds
impl Debug for NfulnlMsgConfigCmds
Source§impl Hash for NfulnlMsgConfigCmds
impl Hash for NfulnlMsgConfigCmds
Source§impl PartialEq for NfulnlMsgConfigCmds
impl PartialEq for NfulnlMsgConfigCmds
impl Copy for NfulnlMsgConfigCmds
impl Eq for NfulnlMsgConfigCmds
impl StructuralPartialEq for NfulnlMsgConfigCmds
Auto Trait Implementations§
impl Freeze for NfulnlMsgConfigCmds
impl RefUnwindSafe for NfulnlMsgConfigCmds
impl Send for NfulnlMsgConfigCmds
impl Sync for NfulnlMsgConfigCmds
impl Unpin for NfulnlMsgConfigCmds
impl UnwindSafe for NfulnlMsgConfigCmds
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