Struct switchboard_program::FastRoundResult [−][src]
#[repr(C)]pub struct FastRoundResult { pub num_success: i32, pub num_error: i32, pub result: f64, pub round_open_slot: u64, pub round_open_timestamp: i64, pub min_response: f64, pub max_response: f64, pub decimal: SwitchboardDecimal, }
Fields
num_success: i32num_error: i32result: f64round_open_slot: u64round_open_timestamp: i64min_response: f64max_response: f64decimal: SwitchboardDecimalTrait Implementations
fn as_bytes_mut(&mut self) -> &mut [u8] where
Self: FromBytes,
fn as_bytes_mut(&mut self) -> &mut [u8] where
Self: FromBytes, Get the bytes of this value mutably. Read more
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FastRoundResultimpl Send for FastRoundResultimpl Sync for FastRoundResultimpl Unpin for FastRoundResultimpl UnwindSafe for FastRoundResultBlanket Implementations
pub default fn example() -> TMutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V