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§fn eq(&self, other: &SurfaceKHR) -> bool
fn eq(&self, other: &SurfaceKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SurfaceKHR
impl PartialOrd for SurfaceKHR
source§fn partial_cmp(&self, other: &SurfaceKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &SurfaceKHR) -> 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 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