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