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