pub type DisplayDeviceGetDisplaySelectResult = Result<DisplayDeviceGetDisplaySelectResponse, i32>;
Aliased Type§
pub enum DisplayDeviceGetDisplaySelectResult {
Ok(DisplayDeviceGetDisplaySelectResponse),
Err(i32),
}
Variants§
Ok(DisplayDeviceGetDisplaySelectResponse)
Contains the success value
Err(i32)
Contains the error value