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