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