pub enum GlowTextureFormat {
Rgba,
Rgb,
Monochromatic,
Data16,
Data32,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GlowTextureFormat
impl Clone for GlowTextureFormat
Source§fn clone(&self) -> GlowTextureFormat
fn clone(&self) -> GlowTextureFormat
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 GlowTextureFormat
impl Debug for GlowTextureFormat
Source§impl Default for GlowTextureFormat
impl Default for GlowTextureFormat
Source§fn default() -> GlowTextureFormat
fn default() -> GlowTextureFormat
Returns the “default value” for a type. Read more
Source§impl PartialEq for GlowTextureFormat
impl PartialEq for GlowTextureFormat
impl Copy for GlowTextureFormat
impl Eq for GlowTextureFormat
impl StructuralPartialEq for GlowTextureFormat
Auto Trait Implementations§
impl Freeze for GlowTextureFormat
impl RefUnwindSafe for GlowTextureFormat
impl Send for GlowTextureFormat
impl Sync for GlowTextureFormat
impl Unpin for GlowTextureFormat
impl UnwindSafe for GlowTextureFormat
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