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