pub struct ResidentQueueCompletion {
pub state: ResidentQueueState,
pub device_ns: Option<u64>,
}Expand description
Completed resident work-queue update.
Fields§
§state: ResidentQueueStateUpdated retained queue state.
device_ns: Option<u64>Backend-measured device duration when available.
Trait Implementations§
Source§impl Clone for ResidentQueueCompletion
impl Clone for ResidentQueueCompletion
Source§fn clone(&self) -> ResidentQueueCompletion
fn clone(&self) -> ResidentQueueCompletion
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 ResidentQueueCompletion
impl Debug for ResidentQueueCompletion
impl Eq for ResidentQueueCompletion
Source§impl PartialEq for ResidentQueueCompletion
impl PartialEq for ResidentQueueCompletion
impl StructuralPartialEq for ResidentQueueCompletion
Auto Trait Implementations§
impl Freeze for ResidentQueueCompletion
impl RefUnwindSafe for ResidentQueueCompletion
impl Send for ResidentQueueCompletion
impl Sync for ResidentQueueCompletion
impl Unpin for ResidentQueueCompletion
impl UnsafeUnpin for ResidentQueueCompletion
impl UnwindSafe for ResidentQueueCompletion
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.