#[repr(C)]pub struct PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub workgroup_memory_explicit_layout: Bool32,
pub workgroup_memory_explicit_layout_scalar_block_layout: Bool32,
pub workgroup_memory_explicit_layout_8bit_access: Bool32,
pub workgroup_memory_explicit_layout_16bit_access: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§workgroup_memory_explicit_layout: Bool32§workgroup_memory_explicit_layout_scalar_block_layout: Bool32§workgroup_memory_explicit_layout_8bit_access: Bool32§workgroup_memory_explicit_layout_16bit_access: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
impl Clone for PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
Source§fn clone(&self) -> PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
fn clone(&self) -> PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
Returns a duplicate 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 PartialEq for PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
impl PartialEq for PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
Source§fn eq(
&self,
other: &PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR,
) -> bool
fn eq( &self, other: &PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
impl Eq for PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
impl Send for PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
impl StructuralPartialEq for PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
impl Sync for PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
impl RefUnwindSafe for PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
impl Unpin for PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
impl UnwindSafe for PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
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