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