Struct windows_metadata::reader::InterfaceImpl
source · pub struct InterfaceImpl(pub Row);
Tuple Fields§
§0: Row
Trait Implementations§
source§impl Clone for InterfaceImpl
impl Clone for InterfaceImpl
source§fn clone(&self) -> InterfaceImpl
fn clone(&self) -> InterfaceImpl
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 Hash for InterfaceImpl
impl Hash for InterfaceImpl
source§impl Ord for InterfaceImpl
impl Ord for InterfaceImpl
source§fn cmp(&self, other: &InterfaceImpl) -> Ordering
fn cmp(&self, other: &InterfaceImpl) -> 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<InterfaceImpl> for InterfaceImpl
impl PartialEq<InterfaceImpl> for InterfaceImpl
source§fn eq(&self, other: &InterfaceImpl) -> bool
fn eq(&self, other: &InterfaceImpl) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<InterfaceImpl> for InterfaceImpl
impl PartialOrd<InterfaceImpl> for InterfaceImpl
source§fn partial_cmp(&self, other: &InterfaceImpl) -> Option<Ordering>
fn partial_cmp(&self, other: &InterfaceImpl) -> 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 more