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