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