pub trait Ioctl {
    fn get_id() -> IoctlId;
    fn get_fd() -> IoctlFd;
}

Required Methods

Implementors