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