Struct ndk_sys::__kernel_sigaction
source · #[repr(C)]pub struct __kernel_sigaction {
pub sa_handler: __sighandler_t,
pub sa_flags: c_ulong,
pub sa_restorer: __sigrestore_t,
pub sa_mask: sigset_t,
}
Fields
sa_handler: __sighandler_t
sa_flags: c_ulong
sa_restorer: __sigrestore_t
sa_mask: sigset_t
Trait Implementations
sourceimpl Clone for __kernel_sigaction
impl Clone for __kernel_sigaction
sourcefn clone(&self) -> __kernel_sigaction
fn clone(&self) -> __kernel_sigaction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for __kernel_sigaction
impl Debug for __kernel_sigaction
impl Copy for __kernel_sigaction
Auto Trait Implementations
impl RefUnwindSafe for __kernel_sigaction
impl Send for __kernel_sigaction
impl Sync for __kernel_sigaction
impl Unpin for __kernel_sigaction
impl UnwindSafe for __kernel_sigaction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more