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