Enum xiangyun::rand::JumpStyle [] [src]

pub enum JumpStyle {
    Static,
    Next,
    Jump,
    DoubleJump,
}

Variants