pub enum R5_G5_B5_A1 {}Expand description
Trait Implementations§
Source§impl Clone for R5_G5_B5_A1
impl Clone for R5_G5_B5_A1
Source§fn clone(&self) -> R5_G5_B5_A1
fn clone(&self) -> R5_G5_B5_A1
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 R5_G5_B5_A1
impl Debug for R5_G5_B5_A1
Source§impl Hash for R5_G5_B5_A1
impl Hash for R5_G5_B5_A1
Source§impl Ord for R5_G5_B5_A1
impl Ord for R5_G5_B5_A1
Source§fn cmp(&self, other: &R5_G5_B5_A1) -> Ordering
fn cmp(&self, other: &R5_G5_B5_A1) -> 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 R5_G5_B5_A1
impl PartialEq for R5_G5_B5_A1
Source§impl PartialOrd for R5_G5_B5_A1
impl PartialOrd for R5_G5_B5_A1
Source§impl SurfaceTyped for R5_G5_B5_A1
impl SurfaceTyped for R5_G5_B5_A1
Source§fn get_surface_type() -> SurfaceType
fn get_surface_type() -> SurfaceType
Return the run-time value of the type.
impl Copy for R5_G5_B5_A1
impl Eq for R5_G5_B5_A1
impl RenderSurface for R5_G5_B5_A1
impl StructuralPartialEq for R5_G5_B5_A1
impl TextureSurface for R5_G5_B5_A1
Auto Trait Implementations§
impl Freeze for R5_G5_B5_A1
impl RefUnwindSafe for R5_G5_B5_A1
impl Send for R5_G5_B5_A1
impl Sync for R5_G5_B5_A1
impl Unpin for R5_G5_B5_A1
impl UnwindSafe for R5_G5_B5_A1
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