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