#[repr(C)]pub struct multifield {
pub header: TypeHeader,
pub busyCount: c_uint,
pub length: size_t,
pub next: *mut Multifield,
pub contents: [CLIPSValue; 1],
}Fields§
§header: TypeHeader§busyCount: c_uint§length: size_t§next: *mut Multifield§contents: [CLIPSValue; 1]Trait Implementations§
Source§impl Clone for multifield
impl Clone for multifield
Source§fn clone(&self) -> multifield
fn clone(&self) -> multifield
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 multifield
impl Debug for multifield
Source§impl Default for multifield
impl Default for multifield
impl Copy for multifield
Auto Trait Implementations§
impl Freeze for multifield
impl RefUnwindSafe for multifield
impl !Send for multifield
impl !Sync for multifield
impl Unpin for multifield
impl UnwindSafe for multifield
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