#[repr(C)]pub(crate) struct SigActionRaw {
pub(crate) sa_handler: u64,
pub(crate) sa_flags: u64,
pub(crate) sa_restorer: u64,
pub(crate) sa_mask: u64,
}Fields§
§sa_handler: u64§sa_flags: u64§sa_restorer: u64§sa_mask: u64Trait Implementations§
Source§impl Clone for SigActionRaw
impl Clone for SigActionRaw
Source§fn clone(&self) -> SigActionRaw
fn clone(&self) -> SigActionRaw
Returns a duplicate 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 moreimpl Copy for SigActionRaw
Auto Trait Implementations§
impl Freeze for SigActionRaw
impl RefUnwindSafe for SigActionRaw
impl Send for SigActionRaw
impl Sync for SigActionRaw
impl Unpin for SigActionRaw
impl UnsafeUnpin for SigActionRaw
impl UnwindSafe for SigActionRaw
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