Type Alias DisplayDeviceGetDisplayInfoResult

Source
pub type DisplayDeviceGetDisplayInfoResult = Result<DisplaySyncInfo, i32>;

Aliased Type§

pub enum DisplayDeviceGetDisplayInfoResult {
    Ok(DisplaySyncInfo),
    Err(i32),
}

Variants§

§1.0.0

Ok(DisplaySyncInfo)

Contains the success value

§1.0.0

Err(i32)

Contains the error value