Expand description
POSIX signal with optional extended data.
Fields
number: i32
The error code as specified by ISO C99, POSIX.1-2001 or POSIX.1-2008.
name: Option<String>
Optional name of the errno constant.
Trait Implementations
sourceimpl<'de> Deserialize<'de> for CError
impl<'de> Deserialize<'de> for CError
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CError
impl StructuralEq for CError
impl StructuralPartialEq for CError
Auto Trait Implementations
impl RefUnwindSafe for CError
impl Send for CError
impl Sync for CError
impl Unpin for CError
impl UnwindSafe for CError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more