Struct swipl_fli::pl_sigaction
source · #[repr(C)]pub struct pl_sigaction {
pub sa_cfunction: Option<unsafe extern "C" fn(arg1: c_int)>,
pub sa_predicate: predicate_t,
pub sa_flags: c_int,
pub reserved: [*mut c_void; 2],
}
Fields§
§sa_cfunction: Option<unsafe extern "C" fn(arg1: c_int)>
§sa_predicate: predicate_t
§sa_flags: c_int
§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