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