pub enum Orientation {
Show 27 variants
LBU,
LFU,
LFD,
LBD,
RBD,
RFD,
RFU,
RBU,
N,
L,
R,
F,
B,
U,
D,
LF,
LB,
RF,
RB,
FU,
FD,
BU,
BD,
LU,
LD,
RU,
RD,
}
Variants§
Implementations§
Trait Implementations§
Source§impl BitOr<Orientation> for i16
impl BitOr<Orientation> for i16
Source§impl BitOr<Orientation> for i32
impl BitOr<Orientation> for i32
Source§impl BitOr<Orientation> for i64
impl BitOr<Orientation> for i64
Source§impl BitOr<Orientation> for u16
impl BitOr<Orientation> for u16
Source§impl BitOr<Orientation> for u32
impl BitOr<Orientation> for u32
Source§impl BitOr<Orientation> for u64
impl BitOr<Orientation> for u64
Source§impl BitOr<Orientation> for u8
impl BitOr<Orientation> for u8
Source§impl BitOr for Orientation
impl BitOr for Orientation
Source§impl Clone for Orientation
impl Clone for Orientation
Source§fn clone(&self) -> Orientation
fn clone(&self) -> Orientation
Returns a duplicate 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 Debug for Orientation
impl Debug for Orientation
Source§impl Into<u8> for Orientation
TODO: Make this TryInto
impl Into<u8> for Orientation
TODO: Make this TryInto
impl Copy for Orientation
Auto Trait Implementations§
impl Freeze for Orientation
impl RefUnwindSafe for Orientation
impl Send for Orientation
impl Sync for Orientation
impl Unpin for Orientation
impl UnwindSafe for Orientation
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