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