[][src]Trait dxgi::features::Feature

pub unsafe trait Feature {
    type Structure: Sized;
    type Result;

    const FLAG: u32;

    fn get_result(hr: i32, structure: &Self::Structure) -> Self::Result;
}

Associated Types

Loading content...

Associated Constants

const FLAG: u32

Loading content...

Required methods

fn get_result(hr: i32, structure: &Self::Structure) -> Self::Result

Loading content...

Implementors

impl Feature for AllowTearing[src]

type Structure = BOOL

type Result = bool

Loading content...