Struct os::task::action::SignalAction
source · #[repr(C, align(16))]pub struct SignalAction {
pub handler: usize,
pub mask: SignalFlags,
}
Expand description
Action for a signal
Fields§
§handler: usize
§mask: SignalFlags
Trait Implementations§
source§impl Clone for SignalAction
impl Clone for SignalAction
source§fn clone(&self) -> SignalAction
fn clone(&self) -> SignalAction
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 SignalAction
impl Debug for SignalAction
source§impl Default for SignalAction
impl Default for SignalAction
impl Copy for SignalAction
Auto Trait Implementations§
impl RefUnwindSafe for SignalAction
impl Send for SignalAction
impl Sync for SignalAction
impl Unpin for SignalAction
impl UnwindSafe for SignalAction
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