Enum azalea_core::Direction
source · pub enum Direction {
Down,
Up,
North,
South,
West,
East,
}
Variants
Down
Up
North
South
West
East
Implementations
sourceimpl Direction
impl Direction
pub fn read_from_id(
buf: &mut Cursor<&[u8]>,
id: u32
) -> Result<Self, BufReadError>
Trait Implementations
sourceimpl McBufReadable for Direction
impl McBufReadable for Direction
sourceimpl McBufWritable for Direction
impl McBufWritable for Direction
impl Copy for Direction
Auto Trait Implementations
impl RefUnwindSafe for Direction
impl Send for Direction
impl Sync for Direction
impl Unpin for Direction
impl UnwindSafe for Direction
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