#[repr(C)]pub struct FunctionObj { /* private fields */ }
Expand description
function object
Trait Implementations§
Source§impl ObjectCore for FunctionObj
impl ObjectCore for FunctionObj
fn type_index() -> i32
Source§unsafe fn object_header_mut(this: &mut Self) -> &mut TVMFFIObject
unsafe fn object_header_mut(this: &mut Self) -> &mut TVMFFIObject
Return the object header
This function is implemented as a static function so Read more
Auto Trait Implementations§
impl !Freeze for FunctionObj
impl RefUnwindSafe for FunctionObj
impl Send for FunctionObj
impl Sync for FunctionObj
impl Unpin for FunctionObj
impl UnwindSafe for FunctionObj
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