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§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 for PhysicalDevice
impl PartialOrd 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 moresource§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