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