pub struct CompletionReadbackOutput { /* private fields */ }Implementations§
Source§impl CompletionReadbackOutput
impl CompletionReadbackOutput
pub fn request(&self) -> &CompletionReadbackRequest
pub fn bytes(&self) -> &[u8] ⓘ
pub fn sha256(&self) -> &str
pub const fn timing(&self) -> DeviceTimingMeasurement<CompletionReadbackTiming>
pub fn into_bytes(self) -> Vec<u8> ⓘ
Trait Implementations§
Source§impl Clone for CompletionReadbackOutput
impl Clone for CompletionReadbackOutput
Source§fn clone(&self) -> CompletionReadbackOutput
fn clone(&self) -> CompletionReadbackOutput
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 CompletionReadbackOutput
impl Debug for CompletionReadbackOutput
impl Eq for CompletionReadbackOutput
Source§impl PartialEq for CompletionReadbackOutput
impl PartialEq for CompletionReadbackOutput
Source§impl Serialize for CompletionReadbackOutput
impl Serialize for CompletionReadbackOutput
impl StructuralPartialEq for CompletionReadbackOutput
Auto Trait Implementations§
impl Freeze for CompletionReadbackOutput
impl RefUnwindSafe for CompletionReadbackOutput
impl Send for CompletionReadbackOutput
impl Sync for CompletionReadbackOutput
impl Unpin for CompletionReadbackOutput
impl UnsafeUnpin for CompletionReadbackOutput
impl UnwindSafe for CompletionReadbackOutput
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