Struct ash::vk::SurfaceKHR
source · #[repr(transparent)]pub struct SurfaceKHR(_);
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<SurfaceKHR> for SurfaceKHR
impl PartialEq<SurfaceKHR> 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<SurfaceKHR> for SurfaceKHR
impl PartialOrd<SurfaceKHR> 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 more