#[repr(transparent)]pub struct VkPhysicalDevice(pub *mut c_void, pub PhantomData<*mut u8>);Tuple Fields§
§0: *mut 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 · 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 · 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§impl PartialOrd for VkPhysicalDevice
impl PartialOrd for VkPhysicalDevice
Source§impl VkRawHandle for VkPhysicalDevice
impl VkRawHandle for VkPhysicalDevice
const OBJECT_TYPE: VkObjectType = 2i32
const NULL: Self
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 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