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