Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ iow
Function
iow
rustcv-camera/src/backend/linux/sys.rs:36–38 ·
view source on GitHub ↗
(typ: u8, nr: u8)
Source
from the content-addressed store, hash-verified
34
ioc(2, typ, nr, mem::size_of::<T>())
35
}
36
const fn iow<T>(typ: u8, nr: u8) -> u32 {
37
ioc(1, typ, nr, mem::size_of::<T>())
38
}
39
const fn iowr<T>(typ: u8, nr: u8) -> u32 {
40
ioc(3, typ, nr, mem::size_of::<T>())
41
}
Callers
nothing calls this directly
Calls
1
ioc
Function · 0.85
Tested by
no test coverage detected