Struct swipl_fli::PL_option_t
source · #[repr(C)]pub struct PL_option_t {
pub name: atom_t,
pub type_: _PL_opt_enum_t,
pub string: *const c_char,
}
Fields§
§name: atom_t
§type_: _PL_opt_enum_t
§string: *const c_char
Trait 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