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