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