Struct solana_runtime::bank_forks::ReadOnlyAtomicSlot
source · pub struct ReadOnlyAtomicSlot { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ReadOnlyAtomicSlot
impl Send for ReadOnlyAtomicSlot
impl Sync for ReadOnlyAtomicSlot
impl Unpin for ReadOnlyAtomicSlot
impl UnwindSafe for ReadOnlyAtomicSlot
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