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