Struct wgpu_hal::gles::StencilState
source · struct StencilState {
front: StencilSide,
back: StencilSide,
}
Fields§
§front: StencilSide
§back: StencilSide
Trait Implementations§
source§impl Clone for StencilState
impl Clone for StencilState
source§fn clone(&self) -> StencilState
fn clone(&self) -> StencilState
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 StencilState
impl Debug for StencilState
source§impl Default for StencilState
impl Default for StencilState
source§fn default() -> StencilState
fn default() -> StencilState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StencilState
impl RefUnwindSafe for StencilState
impl Send for StencilState
impl Sync for StencilState
impl Unpin for StencilState
impl UnwindSafe for StencilState
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