Struct ash::extensions::ext::PhysicalDeviceDrm
source · pub struct PhysicalDeviceDrm;
Implementations§
source§impl PhysicalDeviceDrm
impl PhysicalDeviceDrm
pub unsafe fn get_properties( instance: &Instance, pdevice: PhysicalDevice ) -> PhysicalDeviceDrmPropertiesEXT
pub const fn name() -> &'static CStr
Trait Implementations§
source§impl Clone for PhysicalDeviceDrm
impl Clone for PhysicalDeviceDrm
source§fn clone(&self) -> PhysicalDeviceDrm
fn clone(&self) -> PhysicalDeviceDrm
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