Struct solana_runtime::accounts_hash::CumulativeOffset
source · [−]Fields
index: Vec<usize>
start_offset: usize
Implementations
Trait Implementations
sourceimpl Debug for CumulativeOffset
impl Debug for CumulativeOffset
sourceimpl Default for CumulativeOffset
impl Default for CumulativeOffset
sourcefn default() -> CumulativeOffset
fn default() -> CumulativeOffset
Returns the “default value” for a type. Read more
sourceimpl PartialEq<CumulativeOffset> for CumulativeOffset
impl PartialEq<CumulativeOffset> for CumulativeOffset
sourcefn eq(&self, other: &CumulativeOffset) -> bool
fn eq(&self, other: &CumulativeOffset) -> bool
impl StructuralPartialEq for CumulativeOffset
Auto Trait Implementations
impl RefUnwindSafe for CumulativeOffset
impl Send for CumulativeOffset
impl Sync for CumulativeOffset
impl Unpin for CumulativeOffset
impl UnwindSafe for CumulativeOffset
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more