#[repr(transparent)]pub struct VkPhysicalDevice(pub *mut void);Expand description
VkPhysicalDevice : VkInstance
Tuple Fields§
§0: *mut voidImplementations§
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 Default for VkPhysicalDevice
impl Default for VkPhysicalDevice
Source§fn default() -> VkPhysicalDevice
fn default() -> VkPhysicalDevice
Returns the “default value” for a type. Read more
Source§impl From<VkPhysicalDevice> for *mut void
impl From<VkPhysicalDevice> for *mut void
Source§fn from(value: VkPhysicalDevice) -> Self
fn from(value: VkPhysicalDevice) -> Self
Converts to this type from the input type.
Source§impl From<VkPhysicalDevice> for u64
impl From<VkPhysicalDevice> for u64
Source§fn from(value: VkPhysicalDevice) -> Self
fn from(value: VkPhysicalDevice) -> Self
Converts to this type from the input type.
Source§impl From<u64> for VkPhysicalDevice
impl From<u64> for VkPhysicalDevice
Source§impl Handle for VkPhysicalDevice
impl Handle 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 Pointer for VkPhysicalDevice
impl Pointer for VkPhysicalDevice
Source§impl SubHandle for VkPhysicalDevice
impl SubHandle for VkPhysicalDevice
Source§type Parent = VkInstance
type Parent = VkInstance
Parent handle type
impl Copy for VkPhysicalDevice
impl Eq for VkPhysicalDevice
impl Send for VkPhysicalDevice
impl StructuralPartialEq for VkPhysicalDevice
impl Sync for VkPhysicalDevice
Auto Trait Implementations§
impl Freeze for VkPhysicalDevice
impl RefUnwindSafe 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