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