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