Struct gfx_hal::format::Bgra8Uscaled [−][src]
pub struct Bgra8Uscaled;
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 Bgra8Uscaled
[src]
impl Clone for Bgra8Uscaled
[src]fn clone(&self) -> Bgra8Uscaled
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Bgra8Uscaled
[src]
impl Copy for Bgra8Uscaled
[src]impl Eq for Bgra8Uscaled
[src]
impl Eq for Bgra8Uscaled
[src]impl Hash for Bgra8Uscaled
[src]
impl Hash for Bgra8Uscaled
[src]impl Ord for Bgra8Uscaled
[src]
impl Ord for Bgra8Uscaled
[src]impl PartialEq<Bgra8Uscaled> for Bgra8Uscaled
[src]
impl PartialEq<Bgra8Uscaled> for Bgra8Uscaled
[src]impl PartialOrd<Bgra8Uscaled> for Bgra8Uscaled
[src]
impl PartialOrd<Bgra8Uscaled> for Bgra8Uscaled
[src]fn partial_cmp(&self, other: &Bgra8Uscaled) -> 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 Bgra8Uscaled
[src]
impl StructuralEq for Bgra8Uscaled
[src]impl StructuralPartialEq for Bgra8Uscaled
[src]
impl StructuralPartialEq for Bgra8Uscaled
[src]Auto Trait Implementations
impl RefUnwindSafe for Bgra8Uscaled
impl RefUnwindSafe for Bgra8Uscaled
impl Send for Bgra8Uscaled
impl Send for Bgra8Uscaled
impl Sync for Bgra8Uscaled
impl Sync for Bgra8Uscaled
impl Unpin for Bgra8Uscaled
impl Unpin for Bgra8Uscaled
impl UnwindSafe for Bgra8Uscaled
impl UnwindSafe for Bgra8Uscaled