MCPcopy Create free account
hub / github.com/RustCV/RustCV / iowr

Function iowr

rustcv-camera/src/backend/linux/sys.rs:39–41  ·  view source on GitHub ↗
(typ: u8, nr: u8)

Source from the content-addressed store, hash-verified

37 ioc(1, typ, nr, mem::size_of::<T>())
38}
39const fn iowr<T>(typ: u8, nr: u8) -> u32 {
40 ioc(3, typ, nr, mem::size_of::<T>())
41}
42
43const VIDIOC_QUERYCAP: u32 = ior::<v4l2_capability>(b'V', 0);
44const VIDIOC_ENUM_FMT: u32 = iowr::<v4l2_fmtdesc>(b'V', 2);

Callers

nothing calls this directly

Calls 1

iocFunction · 0.85

Tested by

no test coverage detected