Struct maia_wasm::render::texture_formats::LuminanceAlpha
source · pub struct LuminanceAlpha {}Expand description
Luminance alpha texture internal format.
This uses u8 as the native Rust type and the LUMINANCE_ALPHA WebGl2
format as internal format and format.
Trait Implementations§
source§impl Clone for LuminanceAlpha
impl Clone for LuminanceAlpha
source§fn clone(&self) -> LuminanceAlpha
fn clone(&self) -> LuminanceAlpha
Returns a copy 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 LuminanceAlpha
impl Debug for LuminanceAlpha
source§impl Hash for LuminanceAlpha
impl Hash for LuminanceAlpha
source§impl PartialEq for LuminanceAlpha
impl PartialEq for LuminanceAlpha
source§fn eq(&self, other: &LuminanceAlpha) -> bool
fn eq(&self, other: &LuminanceAlpha) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for LuminanceAlpha
impl Eq for LuminanceAlpha
impl StructuralEq for LuminanceAlpha
impl StructuralPartialEq for LuminanceAlpha
Auto Trait Implementations§
impl RefUnwindSafe for LuminanceAlpha
impl Send for LuminanceAlpha
impl Sync for LuminanceAlpha
impl Unpin for LuminanceAlpha
impl UnwindSafe for LuminanceAlpha
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