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