Struct nri::bluefox::wrapper::Device
[-] [+]
[src]
pub struct Device {
dmr: HDMR,
dev: HDEV,
drv: HDRV,
}Fields
dmr | |
dev | |
drv |
pub struct Device {
dmr: HDMR,
dev: HDEV,
drv: HDRV,
}dmr | |
dev | |
drv |
impl Devicefn new() -> Result<Device, TDMR_ERROR>fn request(&self) -> Result<Image, TDMR_ERROR>fn close(&self) -> Result<(), TDMR_ERROR>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).