pub struct Astc12x12Srgb;
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 Astc12x12Srgb
impl AsFormat for Astc12x12Srgb
Source§impl Clone for Astc12x12Srgb
impl Clone for Astc12x12Srgb
Source§fn clone(&self) -> Astc12x12Srgb
fn clone(&self) -> Astc12x12Srgb
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 Astc12x12Srgb
impl Debug for Astc12x12Srgb
Source§impl Hash for Astc12x12Srgb
impl Hash for Astc12x12Srgb
Source§impl Ord for Astc12x12Srgb
impl Ord for Astc12x12Srgb
Source§fn cmp(&self, other: &Astc12x12Srgb) -> Ordering
fn cmp(&self, other: &Astc12x12Srgb) -> 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 Astc12x12Srgb
impl PartialEq for Astc12x12Srgb
Source§impl PartialOrd for Astc12x12Srgb
impl PartialOrd for Astc12x12Srgb
impl Copy for Astc12x12Srgb
impl Eq for Astc12x12Srgb
impl StructuralPartialEq for Astc12x12Srgb
Auto Trait Implementations§
impl Freeze for Astc12x12Srgb
impl RefUnwindSafe for Astc12x12Srgb
impl Send for Astc12x12Srgb
impl Sync for Astc12x12Srgb
impl Unpin for Astc12x12Srgb
impl UnwindSafe for Astc12x12Srgb
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