pub enum TexFormatType {
DDS,
KTX,
KMG,
}
Variants§
Auto Trait Implementations§
impl Freeze for TexFormatType
impl RefUnwindSafe for TexFormatType
impl Send for TexFormatType
impl Sync for TexFormatType
impl Unpin for TexFormatType
impl UnwindSafe for TexFormatType
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