#[repr(C)]pub enum AiTextureOp {
Multiply = 0,
Add = 1,
Subtract = 2,
Divide = 3,
SmoothAdd = 4,
SignedAdd = 5,
}Variants§
Trait Implementations§
Source§impl Clone for AiTextureOp
impl Clone for AiTextureOp
Source§fn clone(&self) -> AiTextureOp
fn clone(&self) -> AiTextureOp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AiTextureOp
Source§impl Debug for AiTextureOp
impl Debug for AiTextureOp
impl Eq for AiTextureOp
Source§impl PartialEq for AiTextureOp
impl PartialEq for AiTextureOp
Source§fn eq(&self, other: &AiTextureOp) -> bool
fn eq(&self, other: &AiTextureOp) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AiTextureOp
Auto Trait Implementations§
impl Freeze for AiTextureOp
impl RefUnwindSafe for AiTextureOp
impl Send for AiTextureOp
impl Sync for AiTextureOp
impl Unpin for AiTextureOp
impl UnsafeUnpin for AiTextureOp
impl UnwindSafe for AiTextureOp
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