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