#[repr(u32)]pub enum TexFormat {
RGB = 6_407,
RGBA = 6_408,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TexFormat
impl RefUnwindSafe for TexFormat
impl Send for TexFormat
impl Sync for TexFormat
impl Unpin for TexFormat
impl UnwindSafe for TexFormat
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