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