#[repr(C)]
pub struct lean_closure_object { pub m_header: lean_object, pub m_fun: *mut c_void, pub m_arity: u16, pub m_num_fixed: u16, pub m_objs: IncompleteArrayField<*mut lean_object>, }

Fields

m_header: lean_objectm_fun: *mut c_voidm_arity: u16

Number of arguments expected by m_fun

m_num_fixed: u16

Number of arguments that have been already fixed

m_objs: IncompleteArrayField<*mut lean_object>

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.