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