Struct ash::vk::PhysicalDevice  
source · pub struct PhysicalDevice(/* private fields */);Expand description
Implementations§
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 moresource§impl Debug for PhysicalDevice
 
impl Debug for PhysicalDevice
source§impl Default for PhysicalDevice
 
impl Default for PhysicalDevice
source§impl Handle for PhysicalDevice
 
impl Handle for PhysicalDevice
source§impl Hash for PhysicalDevice
 
impl Hash for PhysicalDevice
source§impl Ord for PhysicalDevice
 
impl Ord for PhysicalDevice
source§fn cmp(&self, other: &PhysicalDevice) -> Ordering
 
fn cmp(&self, other: &PhysicalDevice) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PhysicalDevice
 
impl PartialEq for PhysicalDevice
source§impl PartialOrd for PhysicalDevice
 
impl PartialOrd for PhysicalDevice
source§impl Pointer for PhysicalDevice
 
impl Pointer for PhysicalDevice
impl Copy for PhysicalDevice
impl Eq for PhysicalDevice
impl Send for PhysicalDevice
impl StructuralPartialEq for PhysicalDevice
impl Sync for PhysicalDevice
Auto Trait Implementations§
impl Freeze for PhysicalDevice
impl RefUnwindSafe for PhysicalDevice
impl Unpin for PhysicalDevice
impl UnwindSafe for PhysicalDevice
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)