#[repr(C)]pub enum AiBlendMode {
Default = 0,
Additive = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for AiBlendMode
impl Clone for AiBlendMode
Source§fn clone(&self) -> AiBlendMode
fn clone(&self) -> AiBlendMode
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 AiBlendMode
impl Debug for AiBlendMode
Source§impl PartialEq for AiBlendMode
impl PartialEq for AiBlendMode
impl Copy for AiBlendMode
impl Eq for AiBlendMode
impl StructuralPartialEq for AiBlendMode
Auto Trait Implementations§
impl Freeze for AiBlendMode
impl RefUnwindSafe for AiBlendMode
impl Send for AiBlendMode
impl Sync for AiBlendMode
impl Unpin for AiBlendMode
impl UnwindSafe for AiBlendMode
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