#[repr(u32)]pub enum AlphaFormat {
None = 0,
Binary = 1,
Smooth = 2,
Default = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for AlphaFormat
impl Clone for AlphaFormat
Source§fn clone(&self) -> AlphaFormat
fn clone(&self) -> AlphaFormat
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 AlphaFormat
impl Debug for AlphaFormat
impl Copy for AlphaFormat
Auto Trait Implementations§
impl Freeze for AlphaFormat
impl RefUnwindSafe for AlphaFormat
impl Send for AlphaFormat
impl Sync for AlphaFormat
impl Unpin for AlphaFormat
impl UnwindSafe for AlphaFormat
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