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