Struct wgpu_hal::gles::StencilSide
source · struct StencilSide {
function: u32,
mask_read: u32,
mask_write: u32,
reference: u32,
ops: StencilOps,
}
Fields§
§function: u32
§mask_read: u32
§mask_write: u32
§reference: u32
§ops: StencilOps
Trait Implementations§
source§impl Clone for StencilSide
impl Clone for StencilSide
source§fn clone(&self) -> StencilSide
fn clone(&self) -> StencilSide
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 StencilSide
impl Debug for StencilSide
source§impl Default for StencilSide
impl Default for StencilSide
source§impl PartialEq for StencilSide
impl PartialEq for StencilSide
source§fn eq(&self, other: &StencilSide) -> bool
fn eq(&self, other: &StencilSide) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StencilSide
Auto Trait Implementations§
impl Freeze for StencilSide
impl RefUnwindSafe for StencilSide
impl Send for StencilSide
impl Sync for StencilSide
impl Unpin for StencilSide
impl UnwindSafe for StencilSide
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