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