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