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
impl Copy for LuminanceAlpha
impl Eq for LuminanceAlpha
impl StructuralPartialEq for LuminanceAlpha
Auto Trait Implementations§
impl Freeze for LuminanceAlpha
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