pub enum VerticalDirection {
Up = 0,
Down = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for VerticalDirection
impl Clone for VerticalDirection
Source§fn clone(&self) -> VerticalDirection
fn clone(&self) -> VerticalDirection
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 Debug for VerticalDirection
impl Debug for VerticalDirection
Source§impl From<u16> for VerticalDirection
impl From<u16> for VerticalDirection
Source§fn from(value: BlockStateIntegerRepr) -> Self
fn from(value: BlockStateIntegerRepr) -> Self
Converts to this type from the input type.
Source§impl PartialEq for VerticalDirection
impl PartialEq for VerticalDirection
Source§impl Property for VerticalDirection
impl Property for VerticalDirection
type Value = VerticalDirection
fn try_from_block_state(block_state: BlockState) -> Option<Self::Value>
impl Copy for VerticalDirection
impl Eq for VerticalDirection
impl StructuralPartialEq for VerticalDirection
Auto Trait Implementations§
impl Freeze for VerticalDirection
impl RefUnwindSafe for VerticalDirection
impl Send for VerticalDirection
impl Sync for VerticalDirection
impl Unpin for VerticalDirection
impl UnwindSafe for VerticalDirection
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