#[repr(C)]pub struct PhysicalDeviceCoherentMemoryFeaturesAMD {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub device_coherent_memory: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voiddevice_coherent_memory: u32Implementations
sourceimpl PhysicalDeviceCoherentMemoryFeaturesAMD
impl PhysicalDeviceCoherentMemoryFeaturesAMD
pub fn builder<'a>() -> PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceCoherentMemoryFeaturesAMD
impl Clone for PhysicalDeviceCoherentMemoryFeaturesAMD
sourcefn clone(&self) -> PhysicalDeviceCoherentMemoryFeaturesAMD
fn clone(&self) -> PhysicalDeviceCoherentMemoryFeaturesAMD
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceCoherentMemoryFeaturesAMD
impl Default for PhysicalDeviceCoherentMemoryFeaturesAMD
sourcefn default() -> PhysicalDeviceCoherentMemoryFeaturesAMD
fn default() -> PhysicalDeviceCoherentMemoryFeaturesAMD
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceCoherentMemoryFeaturesAMD
impl ExtendsDeviceCreateInfo for PhysicalDeviceCoherentMemoryFeaturesAMD
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCoherentMemoryFeaturesAMD
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceCoherentMemoryFeaturesAMD
impl !Send for PhysicalDeviceCoherentMemoryFeaturesAMD
impl !Sync for PhysicalDeviceCoherentMemoryFeaturesAMD
impl Unpin for PhysicalDeviceCoherentMemoryFeaturesAMD
impl UnwindSafe for PhysicalDeviceCoherentMemoryFeaturesAMD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more