pub struct ExtCodeCopy {
pub source: Address,
pub data_offset: u16,
pub code_offset: u16,
pub size: u16,
}Fields§
§source: Address§data_offset: u16§code_offset: u16§size: u16Implementations§
Auto Trait Implementations§
impl Freeze for ExtCodeCopy
impl RefUnwindSafe for ExtCodeCopy
impl Send for ExtCodeCopy
impl Sync for ExtCodeCopy
impl Unpin for ExtCodeCopy
impl UnwindSafe for ExtCodeCopy
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