Union clips_sys::clipsValue__bindgen_ty_1
source · #[repr(C)]
pub union clipsValue__bindgen_ty_1 {
pub value: *mut c_void,
pub header: *mut TypeHeader,
pub lexemeValue: *mut CLIPSLexeme,
pub floatValue: *mut CLIPSFloat,
pub integerValue: *mut CLIPSInteger,
pub voidValue: *mut CLIPSVoid,
pub multifieldValue: *mut Multifield,
pub factValue: *mut Fact,
pub instanceValue: *mut Instance,
pub externalAddressValue: *mut CLIPSExternalAddress,
/* private fields */
}Fields
value: *mut c_voidheader: *mut TypeHeaderlexemeValue: *mut CLIPSLexemefloatValue: *mut CLIPSFloatintegerValue: *mut CLIPSIntegervoidValue: *mut CLIPSVoidmultifieldValue: *mut MultifieldfactValue: *mut FactinstanceValue: *mut InstanceexternalAddressValue: *mut CLIPSExternalAddressTrait Implementations
sourceimpl Clone for clipsValue__bindgen_ty_1
impl Clone for clipsValue__bindgen_ty_1
sourcefn clone(&self) -> clipsValue__bindgen_ty_1
fn clone(&self) -> clipsValue__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for clipsValue__bindgen_ty_1
impl Debug for clipsValue__bindgen_ty_1
sourceimpl Default for clipsValue__bindgen_ty_1
impl Default for clipsValue__bindgen_ty_1
impl Copy for clipsValue__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for clipsValue__bindgen_ty_1
impl !Send for clipsValue__bindgen_ty_1
impl !Sync for clipsValue__bindgen_ty_1
impl Unpin for clipsValue__bindgen_ty_1
impl UnwindSafe for clipsValue__bindgen_ty_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more