Struct ash::vk::PhysicalDevice
source · #[repr(transparent)]pub struct PhysicalDevice(_);
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<PhysicalDevice> for PhysicalDevice
impl PartialEq<PhysicalDevice> for PhysicalDevice
source§fn eq(&self, other: &PhysicalDevice) -> bool
fn eq(&self, other: &PhysicalDevice) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PhysicalDevice> for PhysicalDevice
impl PartialOrd<PhysicalDevice> for PhysicalDevice
source§fn partial_cmp(&self, other: &PhysicalDevice) -> Option<Ordering>
fn partial_cmp(&self, other: &PhysicalDevice) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more