Trait OutputDescExt

Source
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§