Trait device_driver::ll::LowLevelDevice [−][src]
General Device trait
Required methods
fn new(interface: I) -> Self where
Self: Sized, [src]
Self: Sized,
Create a new instance of the device with the given interface
fn free(self) -> I[src]
Destruct the device and give back the interface