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