Struct maia_wasm::render::texture_formats::Rgba
source · pub struct Rgba {}Expand description
RGBA texture internal format.
This uses u8 as the native Rust type and the RGBA WebGL2 format as
internal format and format.
Trait Implementations§
source§impl PartialEq for Rgba
impl PartialEq for Rgba
source§impl TextureInternalFormat for Rgba
impl TextureInternalFormat for Rgba
impl Copy for Rgba
impl Eq for Rgba
impl StructuralPartialEq for Rgba
Auto Trait Implementations§
impl Freeze for Rgba
impl RefUnwindSafe for Rgba
impl Send for Rgba
impl Sync for Rgba
impl Unpin for Rgba
impl UnwindSafe for Rgba
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