Searched defs:HostUsbWriter (Results 1 – 1 of 1) sorted by relevance
146 pub struct HostUsbWriter { struct147 pub connect_key: String,148 pub ptr: u64,180 impl base::Writer for HostUsbWriter { implementation347 pub async fn start(session_id: u32, wr: HostUsbWriter) { in start()