#[repr(C)]pub struct ClassHierarchyDescriptor { /* private fields */ }
Trait Implementations§
Source§impl Clone for ClassHierarchyDescriptor
impl Clone for ClassHierarchyDescriptor
Source§fn clone(&self) -> ClassHierarchyDescriptor
fn clone(&self) -> ClassHierarchyDescriptor
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 ClassHierarchyDescriptor
impl Debug for ClassHierarchyDescriptor
Source§impl Hash for ClassHierarchyDescriptor
impl Hash for ClassHierarchyDescriptor
Source§impl Ord for ClassHierarchyDescriptor
impl Ord for ClassHierarchyDescriptor
Source§fn cmp(&self, other: &ClassHierarchyDescriptor) -> Ordering
fn cmp(&self, other: &ClassHierarchyDescriptor) -> 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 ClassHierarchyDescriptor
impl PartialEq for ClassHierarchyDescriptor
Source§impl PartialOrd for ClassHierarchyDescriptor
impl PartialOrd for ClassHierarchyDescriptor
impl Eq for ClassHierarchyDescriptor
impl StructuralPartialEq for ClassHierarchyDescriptor
Auto Trait Implementations§
impl Freeze for ClassHierarchyDescriptor
impl RefUnwindSafe for ClassHierarchyDescriptor
impl !Send for ClassHierarchyDescriptor
impl !Sync for ClassHierarchyDescriptor
impl Unpin for ClassHierarchyDescriptor
impl UnwindSafe for ClassHierarchyDescriptor
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