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