Struct solana_runtime::accounts_index::AccountMapEntryMeta
source · [−]pub struct AccountMapEntryMeta {
pub dirty: AtomicBool,
pub age: AtomicU8,
}
Fields
dirty: AtomicBool
age: AtomicU8
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AccountMapEntryMeta
impl Send for AccountMapEntryMeta
impl Sync for AccountMapEntryMeta
impl Unpin for AccountMapEntryMeta
impl UnwindSafe for AccountMapEntryMeta
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more