#[repr(u32)]pub enum InternalFormat {
R8 = 33_321,
Rg8 = 33_323,
Rgb8 = 32_849,
Rgba8 = 32_856,
}Variants§
Trait Implementations§
Source§impl Clone for InternalFormat
impl Clone for InternalFormat
Source§fn clone(&self) -> InternalFormat
fn clone(&self) -> InternalFormat
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 InternalFormat
impl Debug for InternalFormat
Source§impl PartialEq for InternalFormat
impl PartialEq for InternalFormat
impl Copy for InternalFormat
impl Eq for InternalFormat
impl StructuralPartialEq for InternalFormat
Auto Trait Implementations§
impl Freeze for InternalFormat
impl RefUnwindSafe for InternalFormat
impl Send for InternalFormat
impl Sync for InternalFormat
impl Unpin for InternalFormat
impl UnwindSafe for InternalFormat
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