Struct switchboard_program::FastRoundResultAccountData [−][src]
#[repr(C)]pub struct FastRoundResultAccountData { pub parent: [u8; 32], pub result: FastRoundResult, }
Fields
parent: [u8; 32]result: FastRoundResultImplementations
Trait 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 FastRoundResultAccountDataimpl Send for FastRoundResultAccountDataimpl Sync for FastRoundResultAccountDataimpl Unpin for FastRoundResultAccountDataimpl UnwindSafe for FastRoundResultAccountDataBlanket 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