#[repr(C)]pub struct PhysicalDeviceDeviceMemoryReportFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub device_memory_report: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voiddevice_memory_report: u32Implementations
Trait Implementations
sourceimpl Clone for PhysicalDeviceDeviceMemoryReportFeaturesEXT
impl Clone for PhysicalDeviceDeviceMemoryReportFeaturesEXT
sourcefn clone(&self) -> PhysicalDeviceDeviceMemoryReportFeaturesEXT
fn clone(&self) -> PhysicalDeviceDeviceMemoryReportFeaturesEXT
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 moresourceimpl Default for PhysicalDeviceDeviceMemoryReportFeaturesEXT
impl Default for PhysicalDeviceDeviceMemoryReportFeaturesEXT
sourcefn default() -> PhysicalDeviceDeviceMemoryReportFeaturesEXT
fn default() -> PhysicalDeviceDeviceMemoryReportFeaturesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceDeviceMemoryReportFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceDeviceMemoryReportFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDeviceMemoryReportFeaturesEXT
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceDeviceMemoryReportFeaturesEXT
impl !Send for PhysicalDeviceDeviceMemoryReportFeaturesEXT
impl !Sync for PhysicalDeviceDeviceMemoryReportFeaturesEXT
impl Unpin for PhysicalDeviceDeviceMemoryReportFeaturesEXT
impl UnwindSafe for PhysicalDeviceDeviceMemoryReportFeaturesEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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