Struct ash::vk::PhysicalDeviceAmigoProfilingFeaturesSEC
source · #[repr(C)]pub struct PhysicalDeviceAmigoProfilingFeaturesSEC {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub amigo_profiling: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§amigo_profiling: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceAmigoProfilingFeaturesSEC
impl Clone for PhysicalDeviceAmigoProfilingFeaturesSEC
source§fn clone(&self) -> PhysicalDeviceAmigoProfilingFeaturesSEC
fn clone(&self) -> PhysicalDeviceAmigoProfilingFeaturesSEC
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl TaggedStructure for PhysicalDeviceAmigoProfilingFeaturesSEC
impl TaggedStructure for PhysicalDeviceAmigoProfilingFeaturesSEC
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_AMIGO_PROFILING_FEATURES_SEC
impl Copy for PhysicalDeviceAmigoProfilingFeaturesSEC
impl ExtendsDeviceCreateInfo for PhysicalDeviceAmigoProfilingFeaturesSEC
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceAmigoProfilingFeaturesSEC
Auto Trait Implementations§
impl Freeze for PhysicalDeviceAmigoProfilingFeaturesSEC
impl RefUnwindSafe for PhysicalDeviceAmigoProfilingFeaturesSEC
impl !Send for PhysicalDeviceAmigoProfilingFeaturesSEC
impl !Sync for PhysicalDeviceAmigoProfilingFeaturesSEC
impl Unpin for PhysicalDeviceAmigoProfilingFeaturesSEC
impl UnwindSafe for PhysicalDeviceAmigoProfilingFeaturesSEC
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