Enum gba_dvd::misc::Direction [−][src]
pub enum Direction {
UP,
DOWN,
LEFT,
RIGHT,
}
Variants
UP
DOWN
LEFT
RIGHT
Implementations
Trait Implementations
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
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.