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