pub struct GpuPreprocessingCoverageProof {
pub capability_count: usize,
pub token_class_count: usize,
}Expand description
GPU preprocessing coverage proof.
Fields§
§capability_count: usizeCapability count.
token_class_count: usizeToken-class count.
Trait Implementations§
Source§impl Clone for GpuPreprocessingCoverageProof
impl Clone for GpuPreprocessingCoverageProof
Source§fn clone(&self) -> GpuPreprocessingCoverageProof
fn clone(&self) -> GpuPreprocessingCoverageProof
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 Copy for GpuPreprocessingCoverageProof
impl Eq for GpuPreprocessingCoverageProof
Source§impl PartialEq for GpuPreprocessingCoverageProof
impl PartialEq for GpuPreprocessingCoverageProof
Source§fn eq(&self, other: &GpuPreprocessingCoverageProof) -> bool
fn eq(&self, other: &GpuPreprocessingCoverageProof) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GpuPreprocessingCoverageProof
Auto Trait Implementations§
impl Freeze for GpuPreprocessingCoverageProof
impl RefUnwindSafe for GpuPreprocessingCoverageProof
impl Send for GpuPreprocessingCoverageProof
impl Sync for GpuPreprocessingCoverageProof
impl Unpin for GpuPreprocessingCoverageProof
impl UnsafeUnpin for GpuPreprocessingCoverageProof
impl UnwindSafe for GpuPreprocessingCoverageProof
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.