Struct swipl::fli::pl_sigaction  
source · #[repr(C)]pub struct pl_sigaction {
    pub sa_cfunction: Option<unsafe extern "C" fn(_: i32)>,
    pub sa_predicate: *mut __PL_procedure,
    pub sa_flags: i32,
    pub reserved: [*mut c_void; 2],
}Fields§
§sa_cfunction: Option<unsafe extern "C" fn(_: i32)>§sa_predicate: *mut __PL_procedure§sa_flags: i32§reserved: [*mut c_void; 2]Trait Implementations§
source§impl Clone for pl_sigaction
 
impl Clone for pl_sigaction
source§fn clone(&self) -> pl_sigaction
 
fn clone(&self) -> pl_sigaction
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 pl_sigaction
 
impl Debug for pl_sigaction
impl Copy for pl_sigaction
Auto Trait Implementations§
impl RefUnwindSafe for pl_sigaction
impl !Send for pl_sigaction
impl !Sync for pl_sigaction
impl Unpin for pl_sigaction
impl UnwindSafe for pl_sigaction
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