pub struct AbiEncoder { /* private fields */ }
Expand description
New abicoder
Implementations§
Source§impl AbiEncoder
impl AbiEncoder
pub fn reserve_head(&mut self, words: u32)
pub fn append_head(&mut self, word: AbiWord)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AbiEncoder
impl RefUnwindSafe for AbiEncoder
impl Send for AbiEncoder
impl Sync for AbiEncoder
impl Unpin for AbiEncoder
impl UnwindSafe for AbiEncoder
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