pub enum R8_G8_B8_A8 {}Expand description
Trait Implementations§
Source§impl Clone for R8_G8_B8_A8
impl Clone for R8_G8_B8_A8
Source§fn clone(&self) -> R8_G8_B8_A8
fn clone(&self) -> R8_G8_B8_A8
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 moreSource§impl Debug for R8_G8_B8_A8
impl Debug for R8_G8_B8_A8
Source§impl Hash for R8_G8_B8_A8
impl Hash for R8_G8_B8_A8
Source§impl Ord for R8_G8_B8_A8
impl Ord for R8_G8_B8_A8
Source§fn cmp(&self, other: &R8_G8_B8_A8) -> Ordering
fn cmp(&self, other: &R8_G8_B8_A8) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for R8_G8_B8_A8
impl PartialEq for R8_G8_B8_A8
Source§impl PartialOrd for R8_G8_B8_A8
impl PartialOrd for R8_G8_B8_A8
Source§impl SurfaceTyped for R8_G8_B8_A8
impl SurfaceTyped for R8_G8_B8_A8
Source§fn get_surface_type() -> SurfaceType
fn get_surface_type() -> SurfaceType
Return the run-time value of the type.
impl BufferSurface for R8_G8_B8_A8
impl Copy for R8_G8_B8_A8
impl Eq for R8_G8_B8_A8
impl RenderSurface for R8_G8_B8_A8
impl StructuralPartialEq for R8_G8_B8_A8
impl TextureSurface for R8_G8_B8_A8
Auto Trait Implementations§
impl Freeze for R8_G8_B8_A8
impl RefUnwindSafe for R8_G8_B8_A8
impl Send for R8_G8_B8_A8
impl Sync for R8_G8_B8_A8
impl Unpin for R8_G8_B8_A8
impl UnwindSafe for R8_G8_B8_A8
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