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