pub enum ExternCallSetup {
Param(VariableDirective),
Store(Instruction),
}Variants§
Param(VariableDirective)
Store(Instruction)
Trait Implementations§
Source§impl Clone for ExternCallSetup
impl Clone for ExternCallSetup
Source§fn clone(&self) -> ExternCallSetup
fn clone(&self) -> ExternCallSetup
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 moreSource§impl Debug for ExternCallSetup
impl Debug for ExternCallSetup
Source§impl PartialEq for ExternCallSetup
impl PartialEq for ExternCallSetup
impl StructuralPartialEq for ExternCallSetup
Auto Trait Implementations§
impl Freeze for ExternCallSetup
impl RefUnwindSafe for ExternCallSetup
impl Send for ExternCallSetup
impl Sync for ExternCallSetup
impl Unpin for ExternCallSetup
impl UnwindSafe for ExternCallSetup
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