pub struct CaoLangNativeFunction {
pub handle: Handle,
}Fields§
§handle: HandleTrait Implementations§
Auto Trait Implementations§
impl Freeze for CaoLangNativeFunction
impl RefUnwindSafe for CaoLangNativeFunction
impl Send for CaoLangNativeFunction
impl Sync for CaoLangNativeFunction
impl Unpin for CaoLangNativeFunction
impl UnwindSafe for CaoLangNativeFunction
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