#[repr(C)]pub struct defglobal {
pub header: ConstructHeader,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
pub busyCount: c_long,
pub current: CLIPSValue,
pub initial: *mut expr,
}Fields§
§header: ConstructHeader§_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>§busyCount: c_long§current: CLIPSValue§initial: *mut exprImplementations§
Trait Implementations§
impl Copy for defglobal
Auto Trait Implementations§
impl Freeze for defglobal
impl RefUnwindSafe for defglobal
impl !Send for defglobal
impl !Sync for defglobal
impl Unpin for defglobal
impl UnwindSafe for defglobal
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