[−][src]Struct gfx_hal::format::Abgr8Uint
A struct equivalent to the matching Format
enum member, which allows
an API to be strongly typed on particular formats.
Trait Implementations
impl AsFormat for Abgr8Uint
[src]
impl Copy for Abgr8Uint
[src]
impl Eq for Abgr8Uint
[src]
impl Clone for Abgr8Uint
[src][+]
impl PartialOrd<Abgr8Uint> for Abgr8Uint
[src][+]
impl PartialEq<Abgr8Uint> for Abgr8Uint
[src][+]
impl Ord for Abgr8Uint
[src][+]
impl Hash for Abgr8Uint
[src][+]
impl Debug for Abgr8Uint
[src][+]
impl Serialize for Abgr8Uint
[src][+]
impl<'de> Deserialize<'de> for Abgr8Uint
[src][+]
Auto Trait Implementations
impl Unpin for Abgr8Uint
impl Sync for Abgr8Uint
impl Send for Abgr8Uint
impl UnwindSafe for Abgr8Uint
impl RefUnwindSafe for Abgr8Uint
Blanket Implementations
impl<T> Supports<T> for T
[src]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,