pub trait OutputDescExt {
    // Required methods
    fn width(&self) -> u32;
    fn height(&self) -> u32;
}

Required Methods§

source

fn width(&self) -> u32

source

fn height(&self) -> u32

Implementations on Foreign Types§

source§

impl OutputDescExt for DXGI_OUTPUT_DESC

source§

fn width(&self) -> u32

source§

fn height(&self) -> u32

Implementors§