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