Struct solana_runtime::shared_buffer_reader::SharedBuffer
source · pub struct SharedBuffer {
instance: Arc<SharedBufferInternal>,
}
Fields§
§instance: Arc<SharedBufferInternal>
Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more