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