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 moreAuto Trait Implementations§
impl RefUnwindSafe for PhysicalDeviceDrm
impl Send for PhysicalDeviceDrm
impl Sync for PhysicalDeviceDrm
impl Unpin for PhysicalDeviceDrm
impl UnwindSafe for PhysicalDeviceDrm
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