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