pub struct R8Sscaled;
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 Ord for R8Sscaled
impl Ord for R8Sscaled
Source§impl PartialOrd for R8Sscaled
impl PartialOrd for R8Sscaled
impl Copy for R8Sscaled
impl Eq for R8Sscaled
impl StructuralPartialEq for R8Sscaled
Auto Trait Implementations§
impl Freeze for R8Sscaled
impl RefUnwindSafe for R8Sscaled
impl Send for R8Sscaled
impl Sync for R8Sscaled
impl Unpin for R8Sscaled
impl UnwindSafe for R8Sscaled
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