pub struct MemList { /* private fields */ }Expand description
A safe wrapper around NIXL memory list
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemList
impl RefUnwindSafe for MemList
impl !Send for MemList
impl !Sync for MemList
impl Unpin for MemList
impl UnwindSafe for MemList
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