#[repr(u32)]pub enum CopyTextureFormat {
R4 = 32,
RA4 = 34,
RA8 = 35,
YUVA8 = 38,
A8 = 39,
R8 = 40,
G8 = 41,
B8 = 42,
RG8 = 43,
GB8 = 44,
}Variants§
Trait Implementations§
Source§impl Clone for CopyTextureFormat
impl Clone for CopyTextureFormat
Source§fn clone(&self) -> CopyTextureFormat
fn clone(&self) -> CopyTextureFormat
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 CopyTextureFormat
impl Debug for CopyTextureFormat
impl Copy for CopyTextureFormat
Auto Trait Implementations§
impl Freeze for CopyTextureFormat
impl RefUnwindSafe for CopyTextureFormat
impl Send for CopyTextureFormat
impl Sync for CopyTextureFormat
impl Unpin for CopyTextureFormat
impl UnwindSafe for CopyTextureFormat
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