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