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