Struct gfx_hal::format::R5g5b5a1Unorm
source · pub struct R5g5b5a1Unorm;
Expand description
A struct equivalent to the matching Format
enum member, which allows
an API to be strongly typed on particular formats.
Trait Implementations
sourceimpl AsFormat for R5g5b5a1Unorm
impl AsFormat for R5g5b5a1Unorm
sourceimpl Clone for R5g5b5a1Unorm
impl Clone for R5g5b5a1Unorm
sourcefn clone(&self) -> R5g5b5a1Unorm
fn clone(&self) -> R5g5b5a1Unorm
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for R5g5b5a1Unorm
impl Debug for R5g5b5a1Unorm
sourceimpl Hash for R5g5b5a1Unorm
impl Hash for R5g5b5a1Unorm
sourceimpl Ord for R5g5b5a1Unorm
impl Ord for R5g5b5a1Unorm
sourcefn cmp(&self, other: &R5g5b5a1Unorm) -> Ordering
fn cmp(&self, other: &R5g5b5a1Unorm) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<R5g5b5a1Unorm> for R5g5b5a1Unorm
impl PartialEq<R5g5b5a1Unorm> for R5g5b5a1Unorm
sourcefn eq(&self, other: &R5g5b5a1Unorm) -> bool
fn eq(&self, other: &R5g5b5a1Unorm) -> bool
sourceimpl PartialOrd<R5g5b5a1Unorm> for R5g5b5a1Unorm
impl PartialOrd<R5g5b5a1Unorm> for R5g5b5a1Unorm
sourcefn partial_cmp(&self, other: &R5g5b5a1Unorm) -> Option<Ordering>
fn partial_cmp(&self, other: &R5g5b5a1Unorm) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for R5g5b5a1Unorm
impl Eq for R5g5b5a1Unorm
impl StructuralEq for R5g5b5a1Unorm
impl StructuralPartialEq for R5g5b5a1Unorm
Auto Trait Implementations
impl RefUnwindSafe for R5g5b5a1Unorm
impl Send for R5g5b5a1Unorm
impl Sync for R5g5b5a1Unorm
impl Unpin for R5g5b5a1Unorm
impl UnwindSafe for R5g5b5a1Unorm
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more