Struct solana_runtime::bank::PrevEpochInflationRewards
source · struct PrevEpochInflationRewards {
validator_rewards: u64,
prev_epoch_duration_in_years: f64,
validator_rate: f64,
foundation_rate: f64,
}
Fields§
§validator_rewards: u64
§prev_epoch_duration_in_years: f64
§validator_rate: f64
§foundation_rate: f64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PrevEpochInflationRewards
impl Send for PrevEpochInflationRewards
impl Sync for PrevEpochInflationRewards
impl Unpin for PrevEpochInflationRewards
impl UnwindSafe for PrevEpochInflationRewards
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