Struct ash::vk::SwapchainKHR
source · #[repr(transparent)]pub struct SwapchainKHR(_);
Expand description
Implementations§
source§impl SwapchainKHR
impl SwapchainKHR
Trait Implementations§
source§impl Clone for SwapchainKHR
impl Clone for SwapchainKHR
source§fn clone(&self) -> SwapchainKHR
fn clone(&self) -> SwapchainKHR
Returns a copy 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 SwapchainKHR
impl Debug for SwapchainKHR
source§impl Default for SwapchainKHR
impl Default for SwapchainKHR
source§fn default() -> SwapchainKHR
fn default() -> SwapchainKHR
Returns the “default value” for a type. Read more
source§impl Handle for SwapchainKHR
impl Handle for SwapchainKHR
source§impl Hash for SwapchainKHR
impl Hash for SwapchainKHR
source§impl Ord for SwapchainKHR
impl Ord for SwapchainKHR
source§fn cmp(&self, other: &SwapchainKHR) -> Ordering
fn cmp(&self, other: &SwapchainKHR) -> 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<SwapchainKHR> for SwapchainKHR
impl PartialEq<SwapchainKHR> for SwapchainKHR
source§fn eq(&self, other: &SwapchainKHR) -> bool
fn eq(&self, other: &SwapchainKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<SwapchainKHR> for SwapchainKHR
impl PartialOrd<SwapchainKHR> for SwapchainKHR
source§fn partial_cmp(&self, other: &SwapchainKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &SwapchainKHR) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more