[−][src]Struct rendy_core::hal::format::Rgba8Sint
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 Rgba8Sint
[src][+]
impl Clone for Rgba8Sint
[src][+]
impl Copy for Rgba8Sint
[src]
impl Debug for Rgba8Sint
[src][+]
impl Eq for Rgba8Sint
[src]
impl Hash for Rgba8Sint
[src][+]
impl Ord for Rgba8Sint
[src][+]
impl PartialEq<Rgba8Sint> for Rgba8Sint
[src][+]
impl PartialOrd<Rgba8Sint> for Rgba8Sint
[src][+]
impl StructuralEq for Rgba8Sint
[src]
impl StructuralPartialEq for Rgba8Sint
[src]
Auto Trait Implementations
impl RefUnwindSafe for Rgba8Sint
impl Send for Rgba8Sint
impl Sync for Rgba8Sint
impl Unpin for Rgba8Sint
impl UnwindSafe for Rgba8Sint
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>,