#[repr(C)]pub struct gravity_function_t {
pub isa: *mut gravity_class_t,
pub gc: gravity_gc_t,
pub xdata: *mut c_void,
pub identifier: *const c_char,
pub nparams: u16,
pub nlocals: u16,
pub ntemps: u16,
pub nupvalues: u16,
pub tag: gravity_exec_type,
pub __bindgen_anon_1: gravity_function_t__bindgen_ty_1,
}Fields§
§isa: *mut gravity_class_t§gc: gravity_gc_t§xdata: *mut c_void§identifier: *const c_char§nparams: u16§nlocals: u16§ntemps: u16§nupvalues: u16§tag: gravity_exec_type§__bindgen_anon_1: gravity_function_t__bindgen_ty_1Trait Implementations§
Source§impl Clone for gravity_function_t
impl Clone for gravity_function_t
Source§impl Debug for gravity_function_t
impl Debug for gravity_function_t
impl Copy for gravity_function_t
Auto Trait Implementations§
impl Freeze for gravity_function_t
impl RefUnwindSafe for gravity_function_t
impl !Send for gravity_function_t
impl !Sync for gravity_function_t
impl Unpin for gravity_function_t
impl UnwindSafe for gravity_function_t
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