#[repr(C)]pub struct InstantPtrDestructorCallback {
pub cb: InstantPtrDestructorCallbackType,
}Fields§
§cb: InstantPtrDestructorCallbackTypeTrait Implementations§
Source§impl Clone for InstantPtrDestructorCallback
impl Clone for InstantPtrDestructorCallback
Source§impl Debug for InstantPtrDestructorCallback
impl Debug for InstantPtrDestructorCallback
Source§impl Hash for InstantPtrDestructorCallback
impl Hash for InstantPtrDestructorCallback
Source§impl Ord for InstantPtrDestructorCallback
impl Ord for InstantPtrDestructorCallback
1.21.0 (const: unstable) · 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 PartialOrd for InstantPtrDestructorCallback
impl PartialOrd for InstantPtrDestructorCallback
impl Copy for InstantPtrDestructorCallback
impl Eq for InstantPtrDestructorCallback
Auto Trait Implementations§
impl Freeze for InstantPtrDestructorCallback
impl RefUnwindSafe for InstantPtrDestructorCallback
impl Send for InstantPtrDestructorCallback
impl Sync for InstantPtrDestructorCallback
impl Unpin for InstantPtrDestructorCallback
impl UnsafeUnpin for InstantPtrDestructorCallback
impl UnwindSafe for InstantPtrDestructorCallback
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