pub struct Etc2R8g8b8a1Srgb;
Expand description
A struct equivalent to the matching Format
enum member, which allows
an API to be strongly typed on particular formats.
Trait Implementations§
Source§impl AsFormat for Etc2R8g8b8a1Srgb
impl AsFormat for Etc2R8g8b8a1Srgb
Source§impl Clone for Etc2R8g8b8a1Srgb
impl Clone for Etc2R8g8b8a1Srgb
Source§fn clone(&self) -> Etc2R8g8b8a1Srgb
fn clone(&self) -> Etc2R8g8b8a1Srgb
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 Etc2R8g8b8a1Srgb
impl Debug for Etc2R8g8b8a1Srgb
Source§impl Hash for Etc2R8g8b8a1Srgb
impl Hash for Etc2R8g8b8a1Srgb
Source§impl Ord for Etc2R8g8b8a1Srgb
impl Ord for Etc2R8g8b8a1Srgb
Source§fn cmp(&self, other: &Etc2R8g8b8a1Srgb) -> Ordering
fn cmp(&self, other: &Etc2R8g8b8a1Srgb) -> 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 Etc2R8g8b8a1Srgb
impl PartialEq for Etc2R8g8b8a1Srgb
Source§impl PartialOrd for Etc2R8g8b8a1Srgb
impl PartialOrd for Etc2R8g8b8a1Srgb
impl Copy for Etc2R8g8b8a1Srgb
impl Eq for Etc2R8g8b8a1Srgb
impl StructuralPartialEq for Etc2R8g8b8a1Srgb
Auto Trait Implementations§
impl Freeze for Etc2R8g8b8a1Srgb
impl RefUnwindSafe for Etc2R8g8b8a1Srgb
impl Send for Etc2R8g8b8a1Srgb
impl Sync for Etc2R8g8b8a1Srgb
impl Unpin for Etc2R8g8b8a1Srgb
impl UnwindSafe for Etc2R8g8b8a1Srgb
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