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