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