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