#[repr(C)]pub struct PhysicalDeviceDeviceMemoryReportFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub device_memory_report: u32,
}Expand description
VkPhysicalDeviceDeviceMemoryReportFeaturesEXT
Provided by VK_EXT_device_memory_report.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_MEMORY_REPORT_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
device_memory_report: u32Implementations§
Source§impl PhysicalDeviceDeviceMemoryReportFeaturesEXT
impl PhysicalDeviceDeviceMemoryReportFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDeviceDeviceMemoryReportFeaturesEXT
impl Clone for PhysicalDeviceDeviceMemoryReportFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceDeviceMemoryReportFeaturesEXT
fn clone(&self) -> PhysicalDeviceDeviceMemoryReportFeaturesEXT
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 moreimpl 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 UnsafeUnpin 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