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