Struct solana_stake_program::stake_state::PointValue
source · Expand description
captures a rewards round as lamports to be awarded and the total points over which those lamports are to be distributed
Fields§
§rewards: u64
§points: u128
Trait Implementations§
source§impl Clone for PointValue
impl Clone for PointValue
source§fn clone(&self) -> PointValue
fn clone(&self) -> PointValue
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 moresource§impl Debug for PointValue
impl Debug for PointValue
source§impl PartialEq<PointValue> for PointValue
impl PartialEq<PointValue> for PointValue
source§fn eq(&self, other: &PointValue) -> bool
fn eq(&self, other: &PointValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.