Struct ash::vk::SwapchainKHR
source · pub struct SwapchainKHR(/* private fields */);
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 for SwapchainKHR
impl PartialEq 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 for SwapchainKHR
impl PartialOrd 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 moresource§impl Pointer for SwapchainKHR
impl Pointer for SwapchainKHR
impl Copy for SwapchainKHR
impl Eq for SwapchainKHR
impl StructuralPartialEq for SwapchainKHR
Auto Trait Implementations§
impl Freeze for SwapchainKHR
impl RefUnwindSafe for SwapchainKHR
impl Send for SwapchainKHR
impl Sync for SwapchainKHR
impl Unpin for SwapchainKHR
impl UnwindSafe for SwapchainKHR
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