Struct gfx_hal::format::Bgra8Sscaled [−][src]
pub struct Bgra8Sscaled;
A struct equivalent to the matching Format
enum member, which allows
an API to be strongly typed on particular formats.
Trait Implementations
impl Clone for Bgra8Sscaled
[src]
impl Clone for Bgra8Sscaled
[src]fn clone(&self) -> Bgra8Sscaled
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Bgra8Sscaled
[src]
impl Copy for Bgra8Sscaled
[src]impl Eq for Bgra8Sscaled
[src]
impl Eq for Bgra8Sscaled
[src]impl Hash for Bgra8Sscaled
[src]
impl Hash for Bgra8Sscaled
[src]impl Ord for Bgra8Sscaled
[src]
impl Ord for Bgra8Sscaled
[src]impl PartialEq<Bgra8Sscaled> for Bgra8Sscaled
[src]
impl PartialEq<Bgra8Sscaled> for Bgra8Sscaled
[src]impl PartialOrd<Bgra8Sscaled> for Bgra8Sscaled
[src]
impl PartialOrd<Bgra8Sscaled> for Bgra8Sscaled
[src]fn partial_cmp(&self, other: &Bgra8Sscaled) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl StructuralEq for Bgra8Sscaled
[src]
impl StructuralEq for Bgra8Sscaled
[src]impl StructuralPartialEq for Bgra8Sscaled
[src]
impl StructuralPartialEq for Bgra8Sscaled
[src]Auto Trait Implementations
impl RefUnwindSafe for Bgra8Sscaled
impl RefUnwindSafe for Bgra8Sscaled
impl Send for Bgra8Sscaled
impl Send for Bgra8Sscaled
impl Sync for Bgra8Sscaled
impl Sync for Bgra8Sscaled
impl Unpin for Bgra8Sscaled
impl Unpin for Bgra8Sscaled
impl UnwindSafe for Bgra8Sscaled
impl UnwindSafe for Bgra8Sscaled