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