pub enum LayerBlend {
Override,
Additive,
}Variants§
Trait Implementations§
Source§impl Clone for LayerBlend
impl Clone for LayerBlend
Source§fn clone(&self) -> LayerBlend
fn clone(&self) -> LayerBlend
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 LayerBlend
impl Debug for LayerBlend
Source§impl PartialEq for LayerBlend
impl PartialEq for LayerBlend
impl Copy for LayerBlend
impl StructuralPartialEq for LayerBlend
Auto Trait Implementations§
impl Freeze for LayerBlend
impl RefUnwindSafe for LayerBlend
impl Send for LayerBlend
impl Sync for LayerBlend
impl Unpin for LayerBlend
impl UnsafeUnpin for LayerBlend
impl UnwindSafe for LayerBlend
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