#[repr(i32)]pub enum MslComponentSwizzle {
Identity = 0,
Zero = 1,
One = 2,
R = 3,
G = 4,
B = 5,
A = 6,
}Variants§
Trait Implementations§
source§impl Clone for MslComponentSwizzle
impl Clone for MslComponentSwizzle
source§fn clone(&self) -> MslComponentSwizzle
fn clone(&self) -> MslComponentSwizzle
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 MslComponentSwizzle
impl Debug for MslComponentSwizzle
source§impl Hash for MslComponentSwizzle
impl Hash for MslComponentSwizzle
source§impl PartialEq for MslComponentSwizzle
impl PartialEq for MslComponentSwizzle
impl Copy for MslComponentSwizzle
impl Eq for MslComponentSwizzle
impl StructuralPartialEq for MslComponentSwizzle
Auto Trait Implementations§
impl Freeze for MslComponentSwizzle
impl RefUnwindSafe for MslComponentSwizzle
impl Send for MslComponentSwizzle
impl Sync for MslComponentSwizzle
impl Unpin for MslComponentSwizzle
impl UnwindSafe for MslComponentSwizzle
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)