device: remove useless struct

macdev
meh 7 years ago
parent 5479de6a02
commit 7d3f868cac

@ -1,14 +1,5 @@
#[derive(Clone, Copy, PartialEq, Eq, Default, Debug)]
pub struct Id {
pub bus: u16,
pub vendor: u16,
pub product: u16,
pub version: u16,
}
mod builder;
pub use self::builder::Builder;
mod device;
pub use self::device::Device;

Loading…
Cancel
Save