pub type SetClientWindowStateResult = ClientWindowInfo;Aliased Type§
pub struct SetClientWindowStateResult {
pub active: bool,
pub client_window: String,
pub height: u64,
pub state: ClientWindowInfostateUnion,
pub width: u64,
pub x: i64,
pub y: i64,
}Fields§
§active: bool§client_window: String§height: u64§state: ClientWindowInfostateUnion§width: u64§x: i64§y: i64