#[repr(u32)]pub enum Light2DMode {
ModeAdd = 0,
ModeSub = 1,
ModeMix = 2,
ModeMask = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for Light2DMode
impl Clone for Light2DMode
Source§fn clone(&self) -> Light2DMode
fn clone(&self) -> Light2DMode
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 Light2DMode
impl Debug for Light2DMode
Source§impl Hash for Light2DMode
impl Hash for Light2DMode
Source§impl PartialEq for Light2DMode
impl PartialEq for Light2DMode
impl Copy for Light2DMode
impl Eq for Light2DMode
impl StructuralPartialEq for Light2DMode
Auto Trait Implementations§
impl Freeze for Light2DMode
impl RefUnwindSafe for Light2DMode
impl Send for Light2DMode
impl Sync for Light2DMode
impl Unpin for Light2DMode
impl UnwindSafe for Light2DMode
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