#[repr(C)]pub enum TexCombine {
None = 0,
Mul = 1,
Add = 2,
Sub = 3,
Mix = 4,
Dot3 = 5,
}
Variants§
Trait Implementations§
Source§impl Clone for TexCombine
impl Clone for TexCombine
Source§fn clone(&self) -> TexCombine
fn clone(&self) -> TexCombine
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 PartialEq for TexCombine
impl PartialEq for TexCombine
impl Copy for TexCombine
impl StructuralPartialEq for TexCombine
Auto Trait Implementations§
impl Freeze for TexCombine
impl RefUnwindSafe for TexCombine
impl Send for TexCombine
impl Sync for TexCombine
impl Unpin for TexCombine
impl UnwindSafe for TexCombine
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