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§impl PartialOrd for NativeFence
impl PartialOrd for NativeFence
impl 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)