Union swipl_fli::term_value_t
source · #[repr(C)]
pub union term_value_t {
pub i: i64,
pub f: f64,
pub s: *mut c_char,
pub a: atom_t,
pub t: term_value_t__bindgen_ty_1,
}
Fields§
§i: i64
§f: f64
§s: *mut c_char
§a: atom_t
§t: term_value_t__bindgen_ty_1
Trait Implementations§
source§impl Clone for term_value_t
impl Clone for term_value_t
source§fn clone(&self) -> term_value_t
fn clone(&self) -> term_value_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 moreimpl Copy for term_value_t
Auto Trait Implementations§
impl RefUnwindSafe for term_value_t
impl !Send for term_value_t
impl !Sync for term_value_t
impl Unpin for term_value_t
impl UnwindSafe for term_value_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