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