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

Class ImageFormat

src/info.rs:420–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418/// Image format used by the Stream Deck
419#[derive(Copy, Clone, Debug, Hash)]
420pub struct ImageFormat {
421 /// Image format/mode
422 pub mode: ImageMode,
423 /// Image size
424 pub size: (usize, usize),
425 /// Image rotation
426 pub rotation: ImageRotation,
427 /// Image mirroring
428 pub mirror: ImageMirroring,
429}
430
431impl Default for ImageFormat {
432 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected