Enum azalea_block::Orientation
source · pub enum Orientation {
DownEast,
DownNorth,
DownSouth,
DownWest,
UpEast,
UpNorth,
UpSouth,
UpWest,
WestUp,
EastUp,
NorthUp,
SouthUp,
}Variants
DownEast
DownNorth
DownSouth
DownWest
UpEast
UpNorth
UpSouth
UpWest
WestUp
EastUp
NorthUp
SouthUp
Trait Implementations
sourceimpl Clone for Orientation
impl Clone for Orientation
sourcefn clone(&self) -> Orientation
fn clone(&self) -> Orientation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for Orientation
impl Debug for Orientation
sourceimpl From<usize> for Orientation
impl From<usize> for Orientation
impl Copy for Orientation
Auto Trait Implementations
impl RefUnwindSafe for Orientation
impl Send for Orientation
impl Sync for Orientation
impl Unpin for Orientation
impl UnwindSafe for Orientation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more