Struct ash::vk::SurfaceKHR  
source · pub struct SurfaceKHR(/* private fields */);Expand description
Implementations§
source§impl SurfaceKHR
 
impl SurfaceKHR
Trait Implementations§
source§impl Clone for SurfaceKHR
 
impl Clone for SurfaceKHR
source§fn clone(&self) -> SurfaceKHR
 
fn clone(&self) -> SurfaceKHR
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 SurfaceKHR
 
impl Debug for SurfaceKHR
source§impl Default for SurfaceKHR
 
impl Default for SurfaceKHR
source§fn default() -> SurfaceKHR
 
fn default() -> SurfaceKHR
Returns the “default value” for a type. Read more
source§impl Handle for SurfaceKHR
 
impl Handle for SurfaceKHR
source§impl Hash for SurfaceKHR
 
impl Hash for SurfaceKHR
source§impl Ord for SurfaceKHR
 
impl Ord for SurfaceKHR
source§fn cmp(&self, other: &SurfaceKHR) -> Ordering
 
fn cmp(&self, other: &SurfaceKHR) -> 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 SurfaceKHR
 
impl PartialEq for SurfaceKHR
source§impl PartialOrd for SurfaceKHR
 
impl PartialOrd for SurfaceKHR
source§impl Pointer for SurfaceKHR
 
impl Pointer for SurfaceKHR
impl Copy for SurfaceKHR
impl Eq for SurfaceKHR
impl StructuralPartialEq for SurfaceKHR
Auto Trait Implementations§
impl Freeze for SurfaceKHR
impl RefUnwindSafe for SurfaceKHR
impl Send for SurfaceKHR
impl Sync for SurfaceKHR
impl Unpin for SurfaceKHR
impl UnwindSafe for SurfaceKHR
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)