#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for XOrientation
impl Eq for XOrientation
Source§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
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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