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