Enum gfx_texture::Flip [−][src]
pub enum Flip { None, Vertical, Horizontal, Both, }
Flip settings.
Variants
Does not flip.
Flips image vertically.
Flips image horizontally.
Flips image both vertically and horizontally.
Trait Implementations
impl Clone for Flip
[src][+]
impl Copy for Flip
[src]
impl Debug for Flip
[src][+]
impl Eq for Flip
[src]
impl Hash for Flip
[src][+]
impl PartialEq<Flip> for Flip
[src][+]
impl StructuralEq for Flip
[src]
impl StructuralPartialEq for Flip
[src]
Auto Trait Implementations
impl RefUnwindSafe for Flip
impl Send for Flip
impl Sync for Flip
impl Unpin for Flip
impl UnwindSafe for Flip
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> Pointable for T
[src][+]
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>,