pub struct DebugReportCallbackEXT(/* private fields */);
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 for DebugReportCallbackEXT
impl PartialEq for DebugReportCallbackEXT
Source§impl PartialOrd for DebugReportCallbackEXT
impl PartialOrd for DebugReportCallbackEXT
Source§impl Pointer for DebugReportCallbackEXT
impl Pointer for DebugReportCallbackEXT
impl Copy for DebugReportCallbackEXT
impl Eq for DebugReportCallbackEXT
impl StructuralPartialEq for DebugReportCallbackEXT
Auto Trait Implementations§
impl Freeze for DebugReportCallbackEXT
impl RefUnwindSafe for DebugReportCallbackEXT
impl Send for DebugReportCallbackEXT
impl Sync for DebugReportCallbackEXT
impl Unpin for DebugReportCallbackEXT
impl UnwindSafe for DebugReportCallbackEXT
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
)