Enum udev::device::Type [-]  [+] [src]

pub enum Type {
    Char,
    Block,
}

Variants

Char
Block

Methods

impl Type

fn to_char(self) -> i8