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

Method fmt

rustcv-camera/src/pixel_format.rs:139–141  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

137
138impl std::fmt::Display for PixelFormat {
139 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
140 write!(f, "{}", self.fourcc_str())
141 }
142}
143
144#[cfg(test)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected