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