#[repr(C)]pub struct PhysicalDeviceVulkanMemoryModelFeatures {
pub sType: StructureType,
pub pNext: *mut c_void,
pub vulkanMemoryModel: Bool32,
pub vulkanMemoryModelDeviceScope: Bool32,
pub vulkanMemoryModelAvailabilityVisibilityChains: Bool32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§vulkanMemoryModel: Bool32
§vulkanMemoryModelDeviceScope: Bool32
§vulkanMemoryModelAvailabilityVisibilityChains: Bool32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhysicalDeviceVulkanMemoryModelFeatures
impl RefUnwindSafe for PhysicalDeviceVulkanMemoryModelFeatures
impl !Send for PhysicalDeviceVulkanMemoryModelFeatures
impl !Sync 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