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