Struct solana_entry::poh::PohEntry
source · pub struct PohEntry {
pub num_hashes: u64,
pub hash: Hash,
}
Fields§
§num_hashes: u64
§hash: Hash
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PohEntry
impl Send for PohEntry
impl Sync for PohEntry
impl Unpin for PohEntry
impl UnwindSafe for PohEntry
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