Struct glow::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 for NativeQuery
impl PartialEq 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 for NativeQuery
impl PartialOrd 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 moreimpl Copy for NativeQuery
impl Eq for NativeQuery
impl StructuralPartialEq for NativeQuery
Auto Trait Implementations§
impl Freeze for NativeQuery
impl RefUnwindSafe for NativeQuery
impl Send for NativeQuery
impl Sync for NativeQuery
impl Unpin for NativeQuery
impl UnwindSafe for NativeQuery
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