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