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