pub struct Bc1RgbaSrgb;
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 AsFormat for Bc1RgbaSrgb
impl AsFormat for Bc1RgbaSrgb
Source§impl Clone for Bc1RgbaSrgb
impl Clone for Bc1RgbaSrgb
Source§fn clone(&self) -> Bc1RgbaSrgb
fn clone(&self) -> Bc1RgbaSrgb
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Bc1RgbaSrgb
impl Debug for Bc1RgbaSrgb
Source§impl Hash for Bc1RgbaSrgb
impl Hash for Bc1RgbaSrgb
Source§impl Ord for Bc1RgbaSrgb
impl Ord for Bc1RgbaSrgb
Source§fn cmp(&self, other: &Bc1RgbaSrgb) -> Ordering
fn cmp(&self, other: &Bc1RgbaSrgb) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Bc1RgbaSrgb
impl PartialEq for Bc1RgbaSrgb
Source§impl PartialOrd for Bc1RgbaSrgb
impl PartialOrd for Bc1RgbaSrgb
impl Copy for Bc1RgbaSrgb
impl Eq for Bc1RgbaSrgb
impl StructuralPartialEq for Bc1RgbaSrgb
Auto Trait Implementations§
impl Freeze for Bc1RgbaSrgb
impl RefUnwindSafe for Bc1RgbaSrgb
impl Send for Bc1RgbaSrgb
impl Sync for Bc1RgbaSrgb
impl Unpin for Bc1RgbaSrgb
impl UnwindSafe for Bc1RgbaSrgb
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