pub struct GlStencilReference(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for GlStencilReference
impl Clone for GlStencilReference
Source§fn clone(&self) -> GlStencilReference
fn clone(&self) -> GlStencilReference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GlStencilReference
impl Debug for GlStencilReference
Source§impl PartialEq for GlStencilReference
impl PartialEq for GlStencilReference
Source§fn eq(&self, other: &GlStencilReference) -> bool
fn eq(&self, other: &GlStencilReference) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlStencilReference
impl Eq for GlStencilReference
impl StructuralPartialEq for GlStencilReference
Auto Trait Implementations§
impl Freeze for GlStencilReference
impl RefUnwindSafe for GlStencilReference
impl Send for GlStencilReference
impl Sync for GlStencilReference
impl Unpin for GlStencilReference
impl UnsafeUnpin for GlStencilReference
impl UnwindSafe for GlStencilReference
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