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