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