pub struct AbiDecoder<'d> { /* private fields */ }
Implementations§
Source§impl<'d> AbiDecoder<'d>
impl<'d> AbiDecoder<'d>
pub fn get_head(&mut self) -> Result<AbiWord>
pub fn start_frame(&self) -> Self
pub fn dynamic_at(&self, offset: u32) -> Result<Self>
Trait Implementations§
Source§impl<'d> Clone for AbiDecoder<'d>
impl<'d> Clone for AbiDecoder<'d>
Source§fn clone(&self) -> AbiDecoder<'d>
fn clone(&self) -> AbiDecoder<'d>
Returns a copy 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<'d> Freeze for AbiDecoder<'d>
impl<'d> RefUnwindSafe for AbiDecoder<'d>
impl<'d> Send for AbiDecoder<'d>
impl<'d> Sync for AbiDecoder<'d>
impl<'d> Unpin for AbiDecoder<'d>
impl<'d> UnwindSafe for AbiDecoder<'d>
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