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