Struct swipl_fli::PL_extension
source · #[repr(C)]pub struct PL_extension {
pub predicate_name: *const c_char,
pub arity: c_short,
pub function: pl_function_t,
pub flags: c_short,
}
Expand description
REGISTERING FOREIGNS *
Fields§
§predicate_name: *const c_char
§arity: c_short
§function: pl_function_t
§flags: c_short
Trait 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