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