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

Class FourCC

rustcv-core/src/pixel_format.rs:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#[derive(Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
5#[repr(transparent)]
6pub struct FourCC(pub u32);
7
8impl FourCC {
9 /// 从 ASCII 字符创建 FourCC

Callers 3

readMethod · 0.85
from_v4l_fourccFunction · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected