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