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