pub struct ExploreTrial {
pub wave_size: u32,
pub schedule_seed: u64,
pub workgroup_x: u32,
pub found: bool,
pub kind: Option<FindingKind>,
pub step: Option<u64>,
}Fields§
§wave_size: u32§schedule_seed: u64§workgroup_x: u32§found: bool§kind: Option<FindingKind>§step: Option<u64>Trait Implementations§
Source§impl Clone for ExploreTrial
impl Clone for ExploreTrial
Source§fn clone(&self) -> ExploreTrial
fn clone(&self) -> ExploreTrial
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 ExploreTrial
impl Debug for ExploreTrial
impl Eq for ExploreTrial
Source§impl PartialEq for ExploreTrial
impl PartialEq for ExploreTrial
Source§impl Serialize for ExploreTrial
impl Serialize for ExploreTrial
impl StructuralPartialEq for ExploreTrial
Auto Trait Implementations§
impl Freeze for ExploreTrial
impl RefUnwindSafe for ExploreTrial
impl Send for ExploreTrial
impl Sync for ExploreTrial
impl Unpin for ExploreTrial
impl UnsafeUnpin for ExploreTrial
impl UnwindSafe for ExploreTrial
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