pub struct VmHookSignature {
pub name: &'static str,
pub params: &'static [ValType],
pub returns: Option<ValType>,
}Fields§
§name: &'static str§params: &'static [ValType]§returns: Option<ValType>Implementations§
Trait Implementations§
Source§impl Clone for VmHookSignature
impl Clone for VmHookSignature
Source§fn clone(&self) -> VmHookSignature
fn clone(&self) -> VmHookSignature
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VmHookSignature
impl RefUnwindSafe for VmHookSignature
impl Send for VmHookSignature
impl Sync for VmHookSignature
impl Unpin for VmHookSignature
impl UnwindSafe for VmHookSignature
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