Enum linux_api::signal::LinuxDefaultAction
source · #[repr(C)]pub enum LinuxDefaultAction {
TERM = 0,
IGN = 1,
CORE = 2,
STOP = 3,
CONT = 4,
}
Variants§
Trait Implementations§
source§impl Debug for LinuxDefaultAction
impl Debug for LinuxDefaultAction
source§impl PartialEq for LinuxDefaultAction
impl PartialEq for LinuxDefaultAction
impl Eq for LinuxDefaultAction
impl StructuralPartialEq for LinuxDefaultAction
Auto Trait Implementations§
impl Freeze for LinuxDefaultAction
impl RefUnwindSafe for LinuxDefaultAction
impl Send for LinuxDefaultAction
impl Sync for LinuxDefaultAction
impl Unpin for LinuxDefaultAction
impl UnwindSafe for LinuxDefaultAction
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