[−][src]Struct ash::extensions::experimental::amd::GpaSampleBeginInfoAmd
Fields
s_type: StructureType
p_next: *const c_void
sample_type: GpaSampleTypeAmd
sample_internal_operations: Bool32
cache_flush_on_counter_collection: Bool32
sq_shader_mask_enable: Bool32
sq_shader_mask: GpaSqShaderStageFlags
perf_counter_count: u32
p_perf_counters: *const GpaPerfCounterAmd
streaming_perf_trace_sample_interval: u32
perf_counter_device_memory_limit: DeviceSize
sq_thread_trace_enable: Bool32
sq_thread_trace_suppress_instruction_tokens: Bool32
sq_thread_trace_device_memory_limit: DeviceSize
timing_pre_sample: PipelineStageFlags
timing_post_sample: PipelineStageFlags
Trait Implementations
impl Clone for GpaSampleBeginInfoAmd
[src]
fn clone(&self) -> GpaSampleBeginInfoAmd
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for GpaSampleBeginInfoAmd
[src]
impl Debug for GpaSampleBeginInfoAmd
[src]
Auto Trait Implementations
impl RefUnwindSafe for GpaSampleBeginInfoAmd
impl !Send for GpaSampleBeginInfoAmd
impl !Sync for GpaSampleBeginInfoAmd
impl Unpin for GpaSampleBeginInfoAmd
impl UnwindSafe for GpaSampleBeginInfoAmd
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,