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