#[repr(transparent)]pub struct VkPhysicalDevice(pub NonNull<c_void>, pub PhantomData<*mut u8>);Tuple Fields§
§0: NonNull<c_void>§1: PhantomData<*mut u8>Trait Implementations§
Source§impl Clone for VkPhysicalDevice
impl Clone for VkPhysicalDevice
Source§fn clone(&self) -> VkPhysicalDevice
fn clone(&self) -> VkPhysicalDevice
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VkPhysicalDevice
impl Debug for VkPhysicalDevice
Source§impl Hash for VkPhysicalDevice
impl Hash for VkPhysicalDevice
Source§impl Ord for VkPhysicalDevice
impl Ord for VkPhysicalDevice
Source§fn cmp(&self, other: &VkPhysicalDevice) -> Ordering
fn cmp(&self, other: &VkPhysicalDevice) -> Ordering
1.21.0 (const: unstable) · 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 VkPhysicalDevice
impl PartialEq for VkPhysicalDevice
Source§fn eq(&self, other: &VkPhysicalDevice) -> bool
fn eq(&self, other: &VkPhysicalDevice) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VkPhysicalDevice
impl PartialOrd for VkPhysicalDevice
Source§impl VkRawHandle for VkPhysicalDevice
impl VkRawHandle for VkPhysicalDevice
const OBJECT_TYPE: VkObjectType = VK_OBJECT_TYPE_PHYSICAL_DEVICE
fn raw_handle_value(&self) -> u64
impl Copy for VkPhysicalDevice
impl Eq for VkPhysicalDevice
impl StructuralPartialEq for VkPhysicalDevice
Auto Trait Implementations§
impl Freeze for VkPhysicalDevice
impl RefUnwindSafe for VkPhysicalDevice
impl !Send for VkPhysicalDevice
impl !Sync for VkPhysicalDevice
impl Unpin for VkPhysicalDevice
impl UnsafeUnpin for VkPhysicalDevice
impl UnwindSafe for VkPhysicalDevice
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