#[repr(transparent)]pub struct VkPhysicalDeviceType(pub i32);Expand description
VkPhysicalDeviceType
Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for VkPhysicalDeviceType
impl Clone for VkPhysicalDeviceType
Source§fn clone(&self) -> VkPhysicalDeviceType
fn clone(&self) -> VkPhysicalDeviceType
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 moreSource§impl Debug for VkPhysicalDeviceType
impl Debug for VkPhysicalDeviceType
Source§impl Default for VkPhysicalDeviceType
impl Default for VkPhysicalDeviceType
Source§fn default() -> VkPhysicalDeviceType
fn default() -> VkPhysicalDeviceType
Returns the “default value” for a type. Read more
Source§impl Display for VkPhysicalDeviceType
impl Display for VkPhysicalDeviceType
Source§impl From<VkPhysicalDeviceType> for i32
impl From<VkPhysicalDeviceType> for i32
Source§fn from(value: VkPhysicalDeviceType) -> Self
fn from(value: VkPhysicalDeviceType) -> Self
Converts to this type from the input type.
Source§impl From<i32> for VkPhysicalDeviceType
impl From<i32> for VkPhysicalDeviceType
Source§impl Hash for VkPhysicalDeviceType
impl Hash for VkPhysicalDeviceType
Source§impl Ord for VkPhysicalDeviceType
impl Ord for VkPhysicalDeviceType
Source§fn cmp(&self, other: &VkPhysicalDeviceType) -> Ordering
fn cmp(&self, other: &VkPhysicalDeviceType) -> 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 VkPhysicalDeviceType
impl PartialEq for VkPhysicalDeviceType
Source§impl PartialOrd for VkPhysicalDeviceType
impl PartialOrd for VkPhysicalDeviceType
impl Copy for VkPhysicalDeviceType
impl Eq for VkPhysicalDeviceType
impl StructuralPartialEq for VkPhysicalDeviceType
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceType
impl RefUnwindSafe for VkPhysicalDeviceType
impl Send for VkPhysicalDeviceType
impl Sync for VkPhysicalDeviceType
impl Unpin for VkPhysicalDeviceType
impl UnsafeUnpin for VkPhysicalDeviceType
impl UnwindSafe for VkPhysicalDeviceType
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