pub struct SubmissionWaveDeterminismPhysicalReadback { /* private fields */ }Expand description
One physical readback buffer retained once even when multiple semantic witnesses intentionally project onto the same bytes.
Implementations§
Source§impl SubmissionWaveDeterminismPhysicalReadback
impl SubmissionWaveDeterminismPhysicalReadback
pub fn request(&self) -> &CompletionReadbackRequest
pub fn raw_sha256(&self) -> &str
pub fn bytes(&self) -> &[u8] ⓘ
Trait Implementations§
Source§impl Clone for SubmissionWaveDeterminismPhysicalReadback
impl Clone for SubmissionWaveDeterminismPhysicalReadback
Source§fn clone(&self) -> SubmissionWaveDeterminismPhysicalReadback
fn clone(&self) -> SubmissionWaveDeterminismPhysicalReadback
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 moreimpl Eq for SubmissionWaveDeterminismPhysicalReadback
impl StructuralPartialEq for SubmissionWaveDeterminismPhysicalReadback
Auto Trait Implementations§
impl Freeze for SubmissionWaveDeterminismPhysicalReadback
impl RefUnwindSafe for SubmissionWaveDeterminismPhysicalReadback
impl Send for SubmissionWaveDeterminismPhysicalReadback
impl Sync for SubmissionWaveDeterminismPhysicalReadback
impl Unpin for SubmissionWaveDeterminismPhysicalReadback
impl UnsafeUnpin for SubmissionWaveDeterminismPhysicalReadback
impl UnwindSafe for SubmissionWaveDeterminismPhysicalReadback
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