Enum azalea_block::Facing
source · pub enum Facing {
Down,
North,
South,
West,
East,
}Variants
Down
North
South
West
East
Trait Implementations
impl Copy for Facing
Auto Trait Implementations
impl RefUnwindSafe for Facing
impl Send for Facing
impl Sync for Facing
impl Unpin for Facing
impl UnwindSafe for Facing
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