Struct ckb_vm::elf::LoadingAction
source · pub struct LoadingAction {
pub addr: u64,
pub size: u64,
pub flags: u8,
pub source: Range<u64>,
pub offset_from_addr: u64,
}
Fields§
§addr: u64
§size: u64
§flags: u8
§source: Range<u64>
§offset_from_addr: u64
Trait Implementations§
source§impl Clone for LoadingAction
impl Clone for LoadingAction
source§fn clone(&self) -> LoadingAction
fn clone(&self) -> LoadingAction
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 moresource§impl Debug for LoadingAction
impl Debug for LoadingAction
source§impl PartialEq for LoadingAction
impl PartialEq for LoadingAction
source§fn eq(&self, other: &LoadingAction) -> bool
fn eq(&self, other: &LoadingAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for LoadingAction
impl StructuralPartialEq for LoadingAction
Auto Trait Implementations§
impl Freeze for LoadingAction
impl RefUnwindSafe for LoadingAction
impl Send for LoadingAction
impl Sync for LoadingAction
impl Unpin for LoadingAction
impl UnwindSafe for LoadingAction
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