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