MCPcopy Create free account
hub / github.com/OpenActionAPI/rust-elgato-streamdeck / default

Method default

src/info.rs:432–439  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

430
431impl Default for ImageFormat {
432 fn default() -> Self {
433 Self {
434 mode: ImageMode::None,
435 size: (0, 0),
436 rotation: ImageRotation::Rot0,
437 mirror: ImageMirroring::None,
438 }
439 }
440}
441
442/// Image rotation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected