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