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