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