Struct swipl::fli::PL_option_t  
source · #[repr(C)]pub struct PL_option_t {
    pub name: usize,
    pub type_: i32,
    pub string: *const i8,
}Fields§
§name: usize§type_: i32§string: *const i8Trait Implementations§
source§impl Clone for PL_option_t
 
impl Clone for PL_option_t
source§fn clone(&self) -> PL_option_t
 
fn clone(&self) -> PL_option_t
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_option_t
 
impl Debug for PL_option_t
impl Copy for PL_option_t
Auto Trait Implementations§
impl RefUnwindSafe for PL_option_t
impl !Send for PL_option_t
impl !Sync for PL_option_t
impl Unpin for PL_option_t
impl UnwindSafe for PL_option_t
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