#[repr(transparent)]pub struct VkSurfaceKHR(pub NonZeroU64, pub PhantomData<*mut u8>);Tuple Fields§
§0: NonZeroU64§1: PhantomData<*mut u8>Trait Implementations§
Source§impl Clone for VkSurfaceKHR
impl Clone for VkSurfaceKHR
Source§fn clone(&self) -> VkSurfaceKHR
fn clone(&self) -> VkSurfaceKHR
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 VkSurfaceKHR
impl Debug for VkSurfaceKHR
Source§impl Hash for VkSurfaceKHR
impl Hash for VkSurfaceKHR
Source§impl Ord for VkSurfaceKHR
impl Ord for VkSurfaceKHR
Source§fn cmp(&self, other: &VkSurfaceKHR) -> Ordering
fn cmp(&self, other: &VkSurfaceKHR) -> 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 VkSurfaceKHR
impl PartialEq for VkSurfaceKHR
Source§fn eq(&self, other: &VkSurfaceKHR) -> bool
fn eq(&self, other: &VkSurfaceKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VkSurfaceKHR
impl PartialOrd for VkSurfaceKHR
Source§impl VkRawHandle for VkSurfaceKHR
Available on crate feature VK_KHR_surface only.
impl VkRawHandle for VkSurfaceKHR
Available on crate feature
VK_KHR_surface only.const OBJECT_TYPE: VkObjectType = VK_OBJECT_TYPE_SURFACE_KHR
fn raw_handle_value(&self) -> u64
impl Copy for VkSurfaceKHR
impl Eq for VkSurfaceKHR
impl StructuralPartialEq for VkSurfaceKHR
Auto Trait Implementations§
impl Freeze for VkSurfaceKHR
impl RefUnwindSafe for VkSurfaceKHR
impl !Send for VkSurfaceKHR
impl !Sync for VkSurfaceKHR
impl Unpin for VkSurfaceKHR
impl UnsafeUnpin for VkSurfaceKHR
impl UnwindSafe for VkSurfaceKHR
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