#[repr(C)]pub struct PhysicalDeviceAmigoProfilingFeaturesSEC<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub amigo_profiling: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§amigo_profiling: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceAmigoProfilingFeaturesSEC<'a>
impl<'a> PhysicalDeviceAmigoProfilingFeaturesSEC<'a>
pub fn amigo_profiling(self, amigo_profiling: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceAmigoProfilingFeaturesSEC<'a>
impl<'a> Clone for PhysicalDeviceAmigoProfilingFeaturesSEC<'a>
source§fn clone(&self) -> PhysicalDeviceAmigoProfilingFeaturesSEC<'a>
fn clone(&self) -> PhysicalDeviceAmigoProfilingFeaturesSEC<'a>
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<'a> Debug for PhysicalDeviceAmigoProfilingFeaturesSEC<'a>
impl<'a> Debug for PhysicalDeviceAmigoProfilingFeaturesSEC<'a>
source§impl Default for PhysicalDeviceAmigoProfilingFeaturesSEC<'_>
impl Default for PhysicalDeviceAmigoProfilingFeaturesSEC<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceAmigoProfilingFeaturesSEC<'a>
impl<'a> TaggedStructure for PhysicalDeviceAmigoProfilingFeaturesSEC<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_AMIGO_PROFILING_FEATURES_SEC
impl<'a> Copy for PhysicalDeviceAmigoProfilingFeaturesSEC<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceAmigoProfilingFeaturesSEC<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceAmigoProfilingFeaturesSEC<'_>
impl Send for PhysicalDeviceAmigoProfilingFeaturesSEC<'_>
impl Sync for PhysicalDeviceAmigoProfilingFeaturesSEC<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceAmigoProfilingFeaturesSEC<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceAmigoProfilingFeaturesSEC<'a>
impl<'a> Unpin for PhysicalDeviceAmigoProfilingFeaturesSEC<'a>
impl<'a> UnwindSafe for PhysicalDeviceAmigoProfilingFeaturesSEC<'a>
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