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