pub struct SystemStorage { /* private fields */ }Expand description
System memory storage implementation using a Vec
Implementations§
Trait Implementations§
Source§impl Debug for SystemStorage
impl Debug for SystemStorage
Source§impl MemoryRegion for SystemStorage
impl MemoryRegion for SystemStorage
Source§impl NixlDescriptor for SystemStorage
impl NixlDescriptor for SystemStorage
Auto Trait Implementations§
impl Freeze for SystemStorage
impl RefUnwindSafe for SystemStorage
impl Send for SystemStorage
impl Sync for SystemStorage
impl Unpin for SystemStorage
impl UnwindSafe for SystemStorage
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