Struct solana_program_runtime::accounts_data_meter::AccountsDataMeter [−][src]
pub struct AccountsDataMeter { /* fields omitted */ }Expand description
Meter and track the amount of available accounts data space
Implementations
Return the maximum amount of accounts data space that can be used (in bytes)
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AccountsDataMeter
impl Send for AccountsDataMeter
impl Sync for AccountsDataMeter
impl Unpin for AccountsDataMeter
impl UnwindSafe for AccountsDataMeter
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
