Struct clips_sys::deffunction
source · #[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: ConstructHeaderbusy: c_uintexecuting: c_uinttrace: boolcode: *mut ExpressionminNumberOfParameters: c_ushortmaxNumberOfParameters: c_ushortnumberOfLocalVars: c_ushortTrait Implementations
sourceimpl Clone for deffunction
impl Clone for deffunction
sourcefn clone(&self) -> deffunction
fn clone(&self) -> deffunction
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 deffunction
impl Debug for deffunction
sourceimpl Default for deffunction
impl Default for deffunction
impl Copy for deffunction
Auto Trait Implementations
impl RefUnwindSafe for deffunction
impl !Send for deffunction
impl !Sync for deffunction
impl Unpin for deffunction
impl UnwindSafe for deffunction
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