Struct streamdeck_rs::StatePayload
source · pub struct StatePayload {
pub state: u8,
}Expand description
The state to set as part of a SetState message.
Fields§
§state: u8The new state.
pub struct StatePayload {
pub state: u8,
}The state to set as part of a SetState message.
state: u8The new state.