pub struct PrefetchWork { /* private fields */ }Expand description
Exact logical operation admitted by PrefetchExecutionState.
Implementations§
Source§impl PrefetchWork
impl PrefetchWork
Sourcepub const fn generation(&self) -> u64
pub const fn generation(&self) -> u64
Cancellation generation in which this work was admitted.
Sourcepub const fn id(&self) -> &OffloadUnitId
pub const fn id(&self) -> &OffloadUnitId
Logical residency unit to materialize.
Trait Implementations§
Source§impl Clone for PrefetchWork
impl Clone for PrefetchWork
Source§fn clone(&self) -> PrefetchWork
fn clone(&self) -> PrefetchWork
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrefetchWork
impl Debug for PrefetchWork
impl Eq for PrefetchWork
Source§impl PartialEq for PrefetchWork
impl PartialEq for PrefetchWork
impl StructuralPartialEq for PrefetchWork
Auto Trait Implementations§
impl Freeze for PrefetchWork
impl RefUnwindSafe for PrefetchWork
impl Send for PrefetchWork
impl Sync for PrefetchWork
impl Unpin for PrefetchWork
impl UnsafeUnpin for PrefetchWork
impl UnwindSafe for PrefetchWork
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