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