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