Struct ash::vk::DebugReportCallbackEXT  
source · #[repr(transparent)]pub struct DebugReportCallbackEXT(_);Expand description
Implementations§
Trait Implementations§
source§impl Clone for DebugReportCallbackEXT
 
impl Clone for DebugReportCallbackEXT
source§fn clone(&self) -> DebugReportCallbackEXT
 
fn clone(&self) -> DebugReportCallbackEXT
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 DebugReportCallbackEXT
 
impl Debug for DebugReportCallbackEXT
source§impl Default for DebugReportCallbackEXT
 
impl Default for DebugReportCallbackEXT
source§fn default() -> DebugReportCallbackEXT
 
fn default() -> DebugReportCallbackEXT
Returns the “default value” for a type. Read more
source§impl Handle for DebugReportCallbackEXT
 
impl Handle for DebugReportCallbackEXT
source§impl Hash for DebugReportCallbackEXT
 
impl Hash for DebugReportCallbackEXT
source§impl Ord for DebugReportCallbackEXT
 
impl Ord for DebugReportCallbackEXT
source§fn cmp(&self, other: &DebugReportCallbackEXT) -> Ordering
 
fn cmp(&self, other: &DebugReportCallbackEXT) -> 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<DebugReportCallbackEXT> for DebugReportCallbackEXT
 
impl PartialEq<DebugReportCallbackEXT> for DebugReportCallbackEXT
source§fn eq(&self, other: &DebugReportCallbackEXT) -> bool
 
fn eq(&self, other: &DebugReportCallbackEXT) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<DebugReportCallbackEXT> for DebugReportCallbackEXT
 
impl PartialOrd<DebugReportCallbackEXT> for DebugReportCallbackEXT
source§fn partial_cmp(&self, other: &DebugReportCallbackEXT) -> Option<Ordering>
 
fn partial_cmp(&self, other: &DebugReportCallbackEXT) -> 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