pub struct PosixTier { /* private fields */ }Expand description
Deterministic bounce oracle: pread the record (no O_DIRECT) into a host
buffer, copy_h2d into a per-slot device buffer, stream-synced. This is the
reference every other tier must match byte-for-byte.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PosixTier
impl RefUnwindSafe for PosixTier
impl Send for PosixTier
impl Sync for PosixTier
impl Unpin for PosixTier
impl UnwindSafe for PosixTier
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