Enum AsioErrorWrapper
Source pub enum AsioErrorWrapper {
ASE_OK = 0,
ASE_SUCCESS = 1_061_701_536,
ASE_NotPresent = -1_000,
ASE_HWMalfunction = -999,
ASE_InvalidParameter = -998,
ASE_InvalidMode = -997,
ASE_SPNotAdvancing = -996,
ASE_NoClock = -995,
ASE_NoMemory = -994,
Invalid = -993,
}
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.