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