Enum linux_api::signal::SigInfoCodeCld
source · #[repr(i32)]pub enum SigInfoCodeCld {
CLD_EXITED = 1,
CLD_KILLED = 2,
CLD_DUMPED = 3,
CLD_TRAPPED = 4,
CLD_STOPPED = 5,
CLD_CONTINUED = 6,
}
Expand description
Codes for SIGCHLD
Variants§
Trait Implementations§
source§impl Clone for SigInfoCodeCld
impl Clone for SigInfoCodeCld
source§fn clone(&self) -> SigInfoCodeCld
fn clone(&self) -> SigInfoCodeCld
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SigInfoCodeCld
impl Debug for SigInfoCodeCld
source§impl From<SigInfoCodeCld> for i32
impl From<SigInfoCodeCld> for i32
source§fn from(enum_value: SigInfoCodeCld) -> Self
fn from(enum_value: SigInfoCodeCld) -> Self
Converts to this type from the input type.
source§impl PartialEq for SigInfoCodeCld
impl PartialEq for SigInfoCodeCld
source§impl TryFrom<i32> for SigInfoCodeCld
impl TryFrom<i32> for SigInfoCodeCld
source§type Error = TryFromPrimitiveError<SigInfoCodeCld>
type Error = TryFromPrimitiveError<SigInfoCodeCld>
The type returned in the event of a conversion error.
source§impl TryFromPrimitive for SigInfoCodeCld
impl TryFromPrimitive for SigInfoCodeCld
type Primitive = i32
type Error = TryFromPrimitiveError<SigInfoCodeCld>
const NAME: &'static str = "SigInfoCodeCld"
fn try_from_primitive( number: Self::Primitive, ) -> Result<Self, TryFromPrimitiveError<Self>>
impl Copy for SigInfoCodeCld
impl Eq for SigInfoCodeCld
impl StructuralPartialEq for SigInfoCodeCld
Auto Trait Implementations§
impl Freeze for SigInfoCodeCld
impl RefUnwindSafe for SigInfoCodeCld
impl Send for SigInfoCodeCld
impl Sync for SigInfoCodeCld
impl Unpin for SigInfoCodeCld
impl UnwindSafe for SigInfoCodeCld
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)