Struct solana_accounts_db::account_storage::meta::StoredAccountInfo
source · pub struct StoredAccountInfo {
pub offset: usize,
pub size: usize,
}
Fields§
§offset: usize
§size: usize
Trait Implementations§
source§impl Clone for StoredAccountInfo
impl Clone for StoredAccountInfo
source§fn clone(&self) -> StoredAccountInfo
fn clone(&self) -> StoredAccountInfo
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 Freeze for StoredAccountInfo
impl RefUnwindSafe for StoredAccountInfo
impl Send for StoredAccountInfo
impl Sync for StoredAccountInfo
impl Unpin for StoredAccountInfo
impl UnwindSafe for StoredAccountInfo
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