Struct drunken_bishop::Mode [] [src]

pub struct Mode<'a> {
    pub height: usize,
    pub width: usize,
    pub alphabet: &'a [u8],
}

Fields