Struct screen_13::prelude::vk::DebugReportCallbackEXT
source · pub struct DebugReportCallbackEXT(_);Expand description
Implementations
sourceimpl DebugReportCallbackEXT
impl DebugReportCallbackEXT
pub const fn null() -> DebugReportCallbackEXT
Trait Implementations
sourceimpl Clone for DebugReportCallbackEXT
impl Clone for DebugReportCallbackEXT
sourcefn clone(&self) -> DebugReportCallbackEXT
fn clone(&self) -> DebugReportCallbackEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DebugReportCallbackEXT
impl Debug for DebugReportCallbackEXT
sourceimpl Default for DebugReportCallbackEXT
impl Default for DebugReportCallbackEXT
sourcefn default() -> DebugReportCallbackEXT
fn default() -> DebugReportCallbackEXT
Returns the “default value” for a type. Read more
sourceimpl Handle for DebugReportCallbackEXT
impl Handle for DebugReportCallbackEXT
const TYPE: ObjectType = ObjectType::DEBUG_REPORT_CALLBACK_EXT
fn as_raw(self) -> u64
fn from_raw(x: u64) -> DebugReportCallbackEXT
sourceimpl Hash for DebugReportCallbackEXT
impl Hash for DebugReportCallbackEXT
sourceimpl Ord for DebugReportCallbackEXT
impl Ord for DebugReportCallbackEXT
sourcefn cmp(&self, other: &DebugReportCallbackEXT) -> Ordering
fn cmp(&self, other: &DebugReportCallbackEXT) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<DebugReportCallbackEXT> for DebugReportCallbackEXT
impl PartialEq<DebugReportCallbackEXT> for DebugReportCallbackEXT
sourcefn eq(&self, other: &DebugReportCallbackEXT) -> bool
fn eq(&self, other: &DebugReportCallbackEXT) -> bool
sourceimpl PartialOrd<DebugReportCallbackEXT> for DebugReportCallbackEXT
impl PartialOrd<DebugReportCallbackEXT> for DebugReportCallbackEXT
sourcefn partial_cmp(&self, other: &DebugReportCallbackEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &DebugReportCallbackEXT) -> Option<Ordering>
1.0.0 · sourcefn 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 moresourceimpl Pointer for DebugReportCallbackEXT
impl Pointer for DebugReportCallbackEXT
impl Copy for DebugReportCallbackEXT
impl Eq for DebugReportCallbackEXT
impl StructuralEq for DebugReportCallbackEXT
impl StructuralPartialEq for DebugReportCallbackEXT
Auto Trait Implementations
impl RefUnwindSafe for DebugReportCallbackEXT
impl Send for DebugReportCallbackEXT
impl Sync for DebugReportCallbackEXT
impl Unpin for DebugReportCallbackEXT
impl UnwindSafe for DebugReportCallbackEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more