Enum linux_api::signal::SigInfoCodeSys
source · #[repr(i32)]pub enum SigInfoCodeSys {
SYS_SECCOMP = 1,
}
Expand description
Codes for SIGSYS
Variants§
SYS_SECCOMP = 1
Trait Implementations§
source§impl Clone for SigInfoCodeSys
impl Clone for SigInfoCodeSys
source§fn clone(&self) -> SigInfoCodeSys
fn clone(&self) -> SigInfoCodeSys
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 SigInfoCodeSys
impl Debug for SigInfoCodeSys
source§impl From<SigInfoCodeSys> for i32
impl From<SigInfoCodeSys> for i32
source§fn from(enum_value: SigInfoCodeSys) -> Self
fn from(enum_value: SigInfoCodeSys) -> Self
Converts to this type from the input type.
source§impl PartialEq for SigInfoCodeSys
impl PartialEq for SigInfoCodeSys
source§impl TryFrom<i32> for SigInfoCodeSys
impl TryFrom<i32> for SigInfoCodeSys
source§type Error = TryFromPrimitiveError<SigInfoCodeSys>
type Error = TryFromPrimitiveError<SigInfoCodeSys>
The type returned in the event of a conversion error.
source§impl TryFromPrimitive for SigInfoCodeSys
impl TryFromPrimitive for SigInfoCodeSys
type Primitive = i32
type Error = TryFromPrimitiveError<SigInfoCodeSys>
const NAME: &'static str = "SigInfoCodeSys"
fn try_from_primitive( number: Self::Primitive, ) -> Result<Self, TryFromPrimitiveError<Self>>
impl Copy for SigInfoCodeSys
impl Eq for SigInfoCodeSys
impl StructuralPartialEq for SigInfoCodeSys
Auto Trait Implementations§
impl Freeze for SigInfoCodeSys
impl RefUnwindSafe for SigInfoCodeSys
impl Send for SigInfoCodeSys
impl Sync for SigInfoCodeSys
impl Unpin for SigInfoCodeSys
impl UnwindSafe for SigInfoCodeSys
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
)