#[repr(u8)]pub enum MsgConfigCmds {
NONE = 0,
BIND = 1,
UNBIND = 2,
PF_BIND = 3,
PF_UNBIND = 4,
}Variants§
Auto Trait Implementations§
impl Freeze for MsgConfigCmds
impl RefUnwindSafe for MsgConfigCmds
impl Send for MsgConfigCmds
impl Sync for MsgConfigCmds
impl Unpin for MsgConfigCmds
impl UnwindSafe for MsgConfigCmds
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