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