Union linux_raw_sys::general::__sifields  
source · [−]#[repr(C)]
pub union __sifields {
    pub _kill: __sifields__bindgen_ty_1,
    pub _timer: __sifields__bindgen_ty_2,
    pub _rt: __sifields__bindgen_ty_3,
    pub _sigchld: __sifields__bindgen_ty_4,
    pub _sigfault: __sifields__bindgen_ty_5,
    pub _sigpoll: __sifields__bindgen_ty_6,
    pub _sigsys: __sifields__bindgen_ty_7,
}Fields
_kill: __sifields__bindgen_ty_1_timer: __sifields__bindgen_ty_2_rt: __sifields__bindgen_ty_3_sigchld: __sifields__bindgen_ty_4_sigfault: __sifields__bindgen_ty_5_sigpoll: __sifields__bindgen_ty_6_sigsys: __sifields__bindgen_ty_7Trait Implementations
sourceimpl Clone for __sifields
 
impl Clone for __sifields
sourcefn clone(&self) -> __sifields
 
fn clone(&self) -> __sifields
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 more
impl Copy for __sifields
Auto Trait Implementations
impl RefUnwindSafe for __sifields
impl !Send for __sifields
impl !Sync for __sifields
impl Unpin for __sifields
impl UnwindSafe for __sifields
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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