pub enum StencilFunc {
Always,
Equal,
}
Variants§
Trait Implementations§
Source§impl Clone for StencilFunc
impl Clone for StencilFunc
Source§fn clone(&self) -> StencilFunc
fn clone(&self) -> StencilFunc
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 StencilFunc
impl Debug for StencilFunc
Source§impl Default for StencilFunc
impl Default for StencilFunc
Source§fn default() -> StencilFunc
fn default() -> StencilFunc
Returns the “default value” for a type. Read more
impl Copy for StencilFunc
Auto Trait Implementations§
impl Freeze for StencilFunc
impl RefUnwindSafe for StencilFunc
impl Send for StencilFunc
impl Sync for StencilFunc
impl Unpin for StencilFunc
impl UnwindSafe for StencilFunc
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