Struct nri::structure::wrapper::Device [-] [+] [src]

pub struct Device {
    pdev: *mut c_void,
}

Fields

pdev

Methods

impl Device

fn new(uri: Option<&str>) -> Result<Device, OniError>

fn close(&mut self)

unsafe fn null() -> Device

Trait Implementations

Derived Implementations

impl Debug for Device

fn fmt(&self, __arg_0: &mut Formatter) -> Result