pub struct UmaArenaTier { /* private fields */ }Expand description
The zero-copy path: O_DIRECT the record straight into the pinned arena slot;
the returned addresses point INTO the arena (GPU-addressable at the same
VA), no copy_h2d.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UmaArenaTier
impl RefUnwindSafe for UmaArenaTier
impl Send for UmaArenaTier
impl Sync for UmaArenaTier
impl Unpin for UmaArenaTier
impl UnwindSafe for UmaArenaTier
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