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§impl PartialOrd for SwapchainKHR
 
impl PartialOrd for SwapchainKHR
source§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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)