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