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

Class WriteImageParameters

src/lib.rs:519–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517
518#[derive(Clone, Copy)]
519struct WriteImageParameters {
520 pub image_report_length: usize,
521 pub image_report_payload_length: usize,
522}
523
524impl WriteImageParameters {
525 pub fn for_key(kind: Kind, image_data_len: usize) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected