Struct windows_metadata::NestedClass
source · pub struct NestedClass(_);Trait Implementations§
source§impl AsRow for NestedClass
impl AsRow for NestedClass
source§impl Clone for NestedClass
impl Clone for NestedClass
source§fn clone(&self) -> NestedClass
fn clone(&self) -> NestedClass
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 NestedClass
impl Debug for NestedClass
source§impl Hash for NestedClass
impl Hash for NestedClass
source§impl Ord for NestedClass
impl Ord for NestedClass
source§fn cmp(&self, other: &NestedClass) -> Ordering
fn cmp(&self, other: &NestedClass) -> 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<NestedClass> for NestedClass
impl PartialEq<NestedClass> for NestedClass
source§fn eq(&self, other: &NestedClass) -> bool
fn eq(&self, other: &NestedClass) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<NestedClass> for NestedClass
impl PartialOrd<NestedClass> for NestedClass
source§fn partial_cmp(&self, other: &NestedClass) -> Option<Ordering>
fn partial_cmp(&self, other: &NestedClass) -> 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 moreimpl Copy for NestedClass
impl Eq for NestedClass
impl StructuralEq for NestedClass
impl StructuralPartialEq for NestedClass
Auto Trait Implementations§
impl RefUnwindSafe for NestedClass
impl Send for NestedClass
impl Sync for NestedClass
impl Unpin for NestedClass
impl UnwindSafe for NestedClass
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