Struct gfx_hal::format::Etc2R8g8b8a8Srgb
source · pub struct Etc2R8g8b8a8Srgb;
Expand description
A struct equivalent to the matching Format
enum member, which allows
an API to be strongly typed on particular formats.
Trait Implementations
sourceimpl AsFormat for Etc2R8g8b8a8Srgb
impl AsFormat for Etc2R8g8b8a8Srgb
sourceimpl Clone for Etc2R8g8b8a8Srgb
impl Clone for Etc2R8g8b8a8Srgb
sourcefn clone(&self) -> Etc2R8g8b8a8Srgb
fn clone(&self) -> Etc2R8g8b8a8Srgb
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Etc2R8g8b8a8Srgb
impl Debug for Etc2R8g8b8a8Srgb
sourceimpl Hash for Etc2R8g8b8a8Srgb
impl Hash for Etc2R8g8b8a8Srgb
sourceimpl Ord for Etc2R8g8b8a8Srgb
impl Ord for Etc2R8g8b8a8Srgb
sourcefn cmp(&self, other: &Etc2R8g8b8a8Srgb) -> Ordering
fn cmp(&self, other: &Etc2R8g8b8a8Srgb) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<Etc2R8g8b8a8Srgb> for Etc2R8g8b8a8Srgb
impl PartialEq<Etc2R8g8b8a8Srgb> for Etc2R8g8b8a8Srgb
sourcefn eq(&self, other: &Etc2R8g8b8a8Srgb) -> bool
fn eq(&self, other: &Etc2R8g8b8a8Srgb) -> bool
sourceimpl PartialOrd<Etc2R8g8b8a8Srgb> for Etc2R8g8b8a8Srgb
impl PartialOrd<Etc2R8g8b8a8Srgb> for Etc2R8g8b8a8Srgb
sourcefn partial_cmp(&self, other: &Etc2R8g8b8a8Srgb) -> Option<Ordering>
fn partial_cmp(&self, other: &Etc2R8g8b8a8Srgb) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Etc2R8g8b8a8Srgb
impl Eq for Etc2R8g8b8a8Srgb
impl StructuralEq for Etc2R8g8b8a8Srgb
impl StructuralPartialEq for Etc2R8g8b8a8Srgb
Auto Trait Implementations
impl RefUnwindSafe for Etc2R8g8b8a8Srgb
impl Send for Etc2R8g8b8a8Srgb
impl Sync for Etc2R8g8b8a8Srgb
impl Unpin for Etc2R8g8b8a8Srgb
impl UnwindSafe for Etc2R8g8b8a8Srgb
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more