#[repr(C)]pub struct PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_zero_initialize_workgroup_memory: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§shader_zero_initialize_workgroup_memory: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
impl Clone for PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
source§fn clone(&self) -> PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
fn clone(&self) -> PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
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 PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
impl TaggedStructure for PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES
impl Copy for PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
impl RefUnwindSafe for PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
impl !Send for PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
impl !Sync for PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
impl Unpin for PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
impl UnwindSafe for PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
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