Enum sdl2_sys::XOrientation
source · #[repr(u32)]pub enum XOrientation {
XOMOrientation_LTR_TTB = 0,
XOMOrientation_RTL_TTB = 1,
XOMOrientation_TTB_LTR = 2,
XOMOrientation_TTB_RTL = 3,
XOMOrientation_Context = 4,
}
Variants§
XOMOrientation_LTR_TTB = 0
XOMOrientation_RTL_TTB = 1
XOMOrientation_TTB_LTR = 2
XOMOrientation_TTB_RTL = 3
XOMOrientation_Context = 4
Trait Implementations§
source§impl Clone for XOrientation
impl Clone for XOrientation
source§fn clone(&self) -> XOrientation
fn clone(&self) -> XOrientation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Hash for XOrientation
impl Hash for XOrientation
source§impl PartialEq for XOrientation
impl PartialEq for XOrientation
source§fn eq(&self, other: &XOrientation) -> bool
fn eq(&self, other: &XOrientation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for XOrientation
impl Eq for XOrientation
impl StructuralPartialEq for XOrientation
Auto Trait Implementations§
impl Freeze for XOrientation
impl RefUnwindSafe for XOrientation
impl Send for XOrientation
impl Sync for XOrientation
impl Unpin for XOrientation
impl UnwindSafe for XOrientation
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more