Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
6
pub struct FourCC(pub u32);
7
8
impl FourCC {
9
/// 从 ASCII 字符创建 FourCC
Callers
3
read
Method · 0.85
from_v4l_fourcc
Function · 0.85
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected