Enum windows_metadata::reader::InterfaceKind
source · pub enum InterfaceKind {
None,
Default,
Overridable,
Static,
Base,
}
Variants§
Trait Implementations§
source§impl Clone for InterfaceKind
impl Clone for InterfaceKind
source§fn clone(&self) -> InterfaceKind
fn clone(&self) -> InterfaceKind
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 InterfaceKind
impl Debug for InterfaceKind
source§impl Ord for InterfaceKind
impl Ord for InterfaceKind
source§fn cmp(&self, other: &InterfaceKind) -> Ordering
fn cmp(&self, other: &InterfaceKind) -> 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<InterfaceKind> for InterfaceKind
impl PartialEq<InterfaceKind> for InterfaceKind
source§fn eq(&self, other: &InterfaceKind) -> bool
fn eq(&self, other: &InterfaceKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<InterfaceKind> for InterfaceKind
impl PartialOrd<InterfaceKind> for InterfaceKind
source§fn partial_cmp(&self, other: &InterfaceKind) -> Option<Ordering>
fn partial_cmp(&self, other: &InterfaceKind) -> 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