pub struct HelperDefinition {
pub index: u32,
pub name: &'static str,
pub signature: FunctionSignature,
}Fields§
§index: u32§name: &'static str§signature: FunctionSignatureTrait Implementations§
Source§impl Clone for HelperDefinition
impl Clone for HelperDefinition
Source§fn clone(&self) -> HelperDefinition
fn clone(&self) -> HelperDefinition
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 HelperDefinition
impl RefUnwindSafe for HelperDefinition
impl Send for HelperDefinition
impl Sync for HelperDefinition
impl Unpin for HelperDefinition
impl UnsafeUnpin for HelperDefinition
impl UnwindSafe for HelperDefinition
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