pub struct AbiParam(pub String, pub AbiType);Expand description
An ABI value used for function parameters.
Tuple Fields§
§0: String§1: AbiTypeTrait Implementations§
impl StructuralPartialEq for AbiParam
Auto Trait Implementations§
impl Freeze for AbiParam
impl RefUnwindSafe for AbiParam
impl Send for AbiParam
impl Sync for AbiParam
impl Unpin for AbiParam
impl UnwindSafe for AbiParam
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