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