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