#[repr(C)]pub struct deffunction {
pub header: ConstructHeader,
pub busy: c_uint,
pub executing: c_uint,
pub trace: bool,
pub code: *mut Expression,
pub minNumberOfParameters: c_ushort,
pub maxNumberOfParameters: c_ushort,
pub numberOfLocalVars: c_ushort,
}Fields§
§header: ConstructHeader§busy: c_uint§executing: c_uint§trace: bool§code: *mut Expression§minNumberOfParameters: c_ushort§maxNumberOfParameters: c_ushort§numberOfLocalVars: c_ushortTrait Implementations§
Source§impl Clone for deffunction
impl Clone for deffunction
Source§fn clone(&self) -> deffunction
fn clone(&self) -> deffunction
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 deffunction
impl Debug for deffunction
Source§impl Default for deffunction
impl Default for deffunction
impl Copy for deffunction
Auto Trait Implementations§
impl Freeze for deffunction
impl RefUnwindSafe for deffunction
impl !Send for deffunction
impl !Sync for deffunction
impl Unpin for deffunction
impl UnwindSafe for deffunction
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