Struct VkPhysicalDeviceType
pub struct VkPhysicalDeviceType(/* private fields */);Expand description
Implementations§
§impl PhysicalDeviceType
impl PhysicalDeviceType
pub const fn from_raw(x: i32) -> PhysicalDeviceType
pub const fn as_raw(self) -> i32
§impl PhysicalDeviceType
impl PhysicalDeviceType
pub const OTHER: PhysicalDeviceType
pub const INTEGRATED_GPU: PhysicalDeviceType
pub const DISCRETE_GPU: PhysicalDeviceType
pub const VIRTUAL_GPU: PhysicalDeviceType
pub const CPU: PhysicalDeviceType
Trait Implementations§
§impl Clone for PhysicalDeviceType
impl Clone for PhysicalDeviceType
§fn clone(&self) -> PhysicalDeviceType
fn clone(&self) -> PhysicalDeviceType
Returns a duplicate 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§impl Debug for PhysicalDeviceType
impl Debug for PhysicalDeviceType
§impl Default for PhysicalDeviceType
impl Default for PhysicalDeviceType
§fn default() -> PhysicalDeviceType
fn default() -> PhysicalDeviceType
Returns the “default value” for a type. Read more
§impl Hash for PhysicalDeviceType
impl Hash for PhysicalDeviceType
§impl Ord for PhysicalDeviceType
impl Ord for PhysicalDeviceType
§fn cmp(&self, other: &PhysicalDeviceType) -> Ordering
fn cmp(&self, other: &PhysicalDeviceType) -> 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
§impl PartialEq for PhysicalDeviceType
impl PartialEq for PhysicalDeviceType
§impl PartialOrd for PhysicalDeviceType
impl PartialOrd for PhysicalDeviceType
impl Copy for PhysicalDeviceType
impl Eq for PhysicalDeviceType
impl StructuralPartialEq for PhysicalDeviceType
Auto Trait Implementations§
impl Freeze for PhysicalDeviceType
impl RefUnwindSafe for PhysicalDeviceType
impl Send for PhysicalDeviceType
impl Sync for PhysicalDeviceType
impl Unpin for PhysicalDeviceType
impl UnwindSafe for PhysicalDeviceType
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