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