[−][src]Struct gfx_hal::format::S8Uint
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 S8Uint
[src]
impl Clone for S8Uint
[src][+]
impl Copy for S8Uint
[src]
impl Debug for S8Uint
[src][+]
impl Eq for S8Uint
[src]
impl Hash for S8Uint
[src][+]
impl Ord for S8Uint
[src][+]
impl PartialEq<S8Uint> for S8Uint
[src][+]
impl PartialOrd<S8Uint> for S8Uint
[src][+]
impl StructuralEq for S8Uint
[src]
impl StructuralPartialEq for S8Uint
[src]
Auto Trait Implementations
impl RefUnwindSafe for S8Uint
impl Send for S8Uint
impl Sync for S8Uint
impl Unpin for S8Uint
impl UnwindSafe for S8Uint
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
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> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
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>,