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