#[repr(C)]pub enum IpadmStatusT {
Show 39 variants
Success = 0,
Failure = 1,
Eauth = 2,
Eperm = 3,
NoBufs = 4,
NoMemory = 5,
BadAddr = 6,
BadProtocol = 7,
DadFound = 8,
Exists = 9,
IfExists = 10,
AddrobjExists = 11,
AddrconfExists = 12,
Enxio = 13,
GrpNotEmpty = 14,
InvalidArg = 15,
InvalidName = 16,
DlpiFailure = 17,
DladmFailure = 18,
PropUnknown = 19,
Erange = 20,
Esrch = 21,
Eoverflow = 22,
NotFound = 23,
IfInuse = 24,
AddrInuse = 25,
BadHostname = 26,
AddrNotavail = 27,
AllAddrsNotEnabled = 28,
NdpdNotRunning = 29,
DhcpStartError = 30,
DhcpIpcError = 31,
DhcpIpcTimeout = 32,
TemporaryObj = 33,
IpcError = 34,
OpDisableObj = 35,
NotSup = 36,
Ebade = 37,
GzPerm = 38,
}
Variants§
Success = 0
Failure = 1
Eauth = 2
Eperm = 3
NoBufs = 4
NoMemory = 5
BadAddr = 6
BadProtocol = 7
DadFound = 8
Exists = 9
IfExists = 10
AddrobjExists = 11
AddrconfExists = 12
Enxio = 13
GrpNotEmpty = 14
InvalidArg = 15
InvalidName = 16
DlpiFailure = 17
DladmFailure = 18
PropUnknown = 19
Erange = 20
Esrch = 21
Eoverflow = 22
NotFound = 23
IfInuse = 24
AddrInuse = 25
BadHostname = 26
AddrNotavail = 27
AllAddrsNotEnabled = 28
NdpdNotRunning = 29
DhcpStartError = 30
DhcpIpcError = 31
DhcpIpcTimeout = 32
TemporaryObj = 33
IpcError = 34
OpDisableObj = 35
NotSup = 36
Ebade = 37
GzPerm = 38
Auto Trait Implementations§
impl Freeze for IpadmStatusT
impl RefUnwindSafe for IpadmStatusT
impl Send for IpadmStatusT
impl Sync for IpadmStatusT
impl Unpin for IpadmStatusT
impl UnwindSafe for IpadmStatusT
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