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