#[repr(i32)]pub enum ER {
Show 23 variants
OK = 0,
SYS = -5,
NOSPT = -9,
RSFN = -10,
RSATR = -11,
PAR = -17,
ID = -18,
CTX = -25,
MACV = -26,
OACV = -27,
ILUSE = -28,
NOMEM = -33,
NOID = -34,
NORES = -35,
OBJ = -41,
NOEXS = -42,
QOVR = -43,
RLWAI = -49,
TMOUT = -50,
DLT = -51,
CLS = -52,
WBLK = -57,
BOVR = -58,
}Variants§
OK = 0
SYS = -5
NOSPT = -9
RSFN = -10
RSATR = -11
PAR = -17
ID = -18
CTX = -25
MACV = -26
OACV = -27
ILUSE = -28
NOMEM = -33
NOID = -34
NORES = -35
OBJ = -41
NOEXS = -42
QOVR = -43
RLWAI = -49
TMOUT = -50
DLT = -51
CLS = -52
WBLK = -57
BOVR = -58
Trait Implementations§
impl Copy for ER
impl StructuralPartialEq for ER
Auto Trait Implementations§
impl Freeze for ER
impl RefUnwindSafe for ER
impl Send for ER
impl Sync for ER
impl Unpin for ER
impl UnwindSafe for ER
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