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