pub struct Bc1RgbSrgb;
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 Clone for Bc1RgbSrgb
impl Clone for Bc1RgbSrgb
Source§fn clone(&self) -> Bc1RgbSrgb
fn clone(&self) -> Bc1RgbSrgb
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 Bc1RgbSrgb
impl Debug for Bc1RgbSrgb
Source§impl Hash for Bc1RgbSrgb
impl Hash for Bc1RgbSrgb
Source§impl Ord for Bc1RgbSrgb
impl Ord for Bc1RgbSrgb
Source§fn cmp(&self, other: &Bc1RgbSrgb) -> Ordering
fn cmp(&self, other: &Bc1RgbSrgb) -> 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 Bc1RgbSrgb
impl PartialEq for Bc1RgbSrgb
Source§impl PartialOrd for Bc1RgbSrgb
impl PartialOrd for Bc1RgbSrgb
impl Copy for Bc1RgbSrgb
impl Eq for Bc1RgbSrgb
impl StructuralPartialEq for Bc1RgbSrgb
Auto Trait Implementations§
impl Freeze for Bc1RgbSrgb
impl RefUnwindSafe for Bc1RgbSrgb
impl Send for Bc1RgbSrgb
impl Sync for Bc1RgbSrgb
impl Unpin for Bc1RgbSrgb
impl UnwindSafe for Bc1RgbSrgb
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