Struct screen_13::driver::PhysicalDevice
source · pub struct PhysicalDevice {
pub mem_props: PhysicalDeviceMemoryProperties,
pub props: PhysicalDeviceProperties,
/* private fields */
}Expand description
Structure which holds data about the physical hardware selected by the current device.
Fields§
§mem_props: PhysicalDeviceMemoryPropertiesMemory properties of the physical device.
props: PhysicalDevicePropertiesDevice properties of the physical device.
Trait Implementations§
source§impl Clone for PhysicalDevice
impl Clone for PhysicalDevice
source§fn clone(&self) -> PhysicalDevice
fn clone(&self) -> PhysicalDevice
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 more