#[repr(i32)]pub enum IpmgmtCmd {
Show 16 variants
Unset = 0,
SetProp = 1,
SetIf = 2,
SetAddr = 3,
GetProp = 4,
GetIf = 5,
GetAddr = 6,
ResetIf = 7,
ResetAddr = 8,
ResetProp = 9,
InitIf = 10,
AddrobjLookupAdd = 11,
AddrobjSetLifnum = 12,
AddrobjAdd = 13,
Lif2Addrobj = 14,
AobjName2Addrobj = 15,
}
Variants§
Unset = 0
SetProp = 1
SetIf = 2
SetAddr = 3
GetProp = 4
GetIf = 5
GetAddr = 6
ResetIf = 7
ResetAddr = 8
ResetProp = 9
InitIf = 10
AddrobjLookupAdd = 11
AddrobjSetLifnum = 12
AddrobjAdd = 13
Lif2Addrobj = 14
AobjName2Addrobj = 15
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpmgmtCmd
impl RefUnwindSafe for IpmgmtCmd
impl Send for IpmgmtCmd
impl Sync for IpmgmtCmd
impl Unpin for IpmgmtCmd
impl UnwindSafe for IpmgmtCmd
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