Struct os::task::action::SignalActions
source · pub struct SignalActions {
pub table: [SignalAction; 32],
}
Fields§
§table: [SignalAction; 32]
Trait Implementations§
source§impl Clone for SignalActions
impl Clone for SignalActions
source§fn clone(&self) -> SignalActions
fn clone(&self) -> SignalActions
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 moreAuto Trait Implementations§
impl Freeze for SignalActions
impl RefUnwindSafe for SignalActions
impl Send for SignalActions
impl Sync for SignalActions
impl Unpin for SignalActions
impl UnwindSafe for SignalActions
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