Type Alias DisplayDeviceGetDisplayStateResult

Source
pub type DisplayDeviceGetDisplayStateResult = Result<DisplayState, i32>;

Aliased Type§

pub enum DisplayDeviceGetDisplayStateResult {
    Ok(DisplayState),
    Err(i32),
}

Variants§

§1.0.0

Ok(DisplayState)

Contains the success value

§1.0.0

Err(i32)

Contains the error value