#[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 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 Debug for AiTextureOp
impl Debug for AiTextureOp
Source§impl PartialEq for AiTextureOp
impl PartialEq for AiTextureOp
impl Copy for AiTextureOp
impl Eq for AiTextureOp
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 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