#[repr(u32)]pub enum TextureSizedInternalFormat {
Rgba8 = 32_856,
Depth24Stencil8 = 35_056,
}Variants§
Trait Implementations§
Source§impl Clone for TextureSizedInternalFormat
impl Clone for TextureSizedInternalFormat
Source§fn clone(&self) -> TextureSizedInternalFormat
fn clone(&self) -> TextureSizedInternalFormat
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 moreimpl Copy for TextureSizedInternalFormat
Auto Trait Implementations§
impl Freeze for TextureSizedInternalFormat
impl RefUnwindSafe for TextureSizedInternalFormat
impl Send for TextureSizedInternalFormat
impl Sync for TextureSizedInternalFormat
impl Unpin for TextureSizedInternalFormat
impl UnwindSafe for TextureSizedInternalFormat
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