struct StencilState {
    front: StencilSide,
    back: StencilSide,
}Fields§
§front: StencilSide§back: StencilSideTrait Implementations§
Source§impl Clone for StencilState
 
impl Clone for StencilState
Source§fn clone(&self) -> StencilState
 
fn clone(&self) -> StencilState
Returns a duplicate 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