pub trait DeviceInfoTrait: DeviceInfoTraitConst {
    fn as_raw_mut_DeviceInfo(&mut self) -> *mut c_void;
}

Required Methods§

Implementors§