#[repr(u32)]pub enum DlmgmtCmd {
Show 24 variants
DLScreate = 1,
DLSgetattr = 2,
DLSdestroy = 3,
GetName = 4,
GetLinkId = 5,
GetNext = 6,
DLSupdate = 7,
LinkPropInit = 8,
SetZoneId = 9,
CreateLinkId = 128,
DestroyLinkId = 129,
RemapLinkId = 130,
CreateConf = 131,
OpenConf = 132,
WriteConf = 133,
UpLinkId = 134,
SetAttr = 135,
UnsetAttr = 136,
RemoveConf = 137,
DestroyConf = 138,
GetAttr = 139,
GetConfSnapshot = 140,
ZoneBoot = 141,
ZoneHalt = 142,
}
Variants§
DLScreate = 1
DLSgetattr = 2
DLSdestroy = 3
GetName = 4
GetLinkId = 5
GetNext = 6
DLSupdate = 7
LinkPropInit = 8
SetZoneId = 9
CreateLinkId = 128
DestroyLinkId = 129
RemapLinkId = 130
CreateConf = 131
OpenConf = 132
WriteConf = 133
UpLinkId = 134
SetAttr = 135
UnsetAttr = 136
RemoveConf = 137
DestroyConf = 138
GetAttr = 139
GetConfSnapshot = 140
ZoneBoot = 141
ZoneHalt = 142
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DlmgmtCmd
impl RefUnwindSafe for DlmgmtCmd
impl Send for DlmgmtCmd
impl Sync for DlmgmtCmd
impl Unpin for DlmgmtCmd
impl UnwindSafe for DlmgmtCmd
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