[−][src]Enum sdl2_sys::XOrientation
pub enum XOrientation { XOMOrientation_LTR_TTB, XOMOrientation_RTL_TTB, XOMOrientation_TTB_LTR, XOMOrientation_TTB_RTL, XOMOrientation_Context, }
Variants
Trait Implementations
impl Clone for XOrientation
[src][+]
impl Copy for XOrientation
[src]
impl Debug for XOrientation
[src][+]
impl Eq for XOrientation
[src]
impl Hash for XOrientation
[src][+]
impl PartialEq<XOrientation> for XOrientation
[src][+]
impl StructuralEq for XOrientation
[src]
impl StructuralPartialEq for XOrientation
[src]
Auto Trait Implementations
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, 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>,