Struct intel_gpu::native::drm_i915_query_perf_config
source · #[repr(C)]pub struct drm_i915_query_perf_config {
pub __bindgen_anon_1: drm_i915_query_perf_config__bindgen_ty_1,
pub flags: __u32,
pub data: __IncompleteArrayField<__u8>,
}
Fields§
§__bindgen_anon_1: drm_i915_query_perf_config__bindgen_ty_1
§flags: __u32
§data: __IncompleteArrayField<__u8>
Auto Trait Implementations§
impl Freeze for drm_i915_query_perf_config
impl RefUnwindSafe for drm_i915_query_perf_config
impl Send for drm_i915_query_perf_config
impl Sync for drm_i915_query_perf_config
impl Unpin for drm_i915_query_perf_config
impl UnwindSafe for drm_i915_query_perf_config
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