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