Struct swipl::fli::PL_extension  
source · #[repr(C)]pub struct PL_extension {
    pub predicate_name: *const i8,
    pub arity: i16,
    pub function: Option<unsafe extern "C" fn() -> usize>,
    pub flags: i16,
}Expand description
REGISTERING FOREIGNS *
Fields§
§predicate_name: *const i8§arity: i16§function: Option<unsafe extern "C" fn() -> usize>§flags: i16Trait Implementations§
source§impl Clone for PL_extension
 
impl Clone for PL_extension
source§fn clone(&self) -> PL_extension
 
fn clone(&self) -> PL_extension
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_extension
 
impl Debug for PL_extension
impl Copy for PL_extension
Auto Trait Implementations§
impl RefUnwindSafe for PL_extension
impl !Send for PL_extension
impl !Sync for PL_extension
impl Unpin for PL_extension
impl UnwindSafe for PL_extension
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