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