[][src]Trait dxgi::factory::FactoryType

pub trait FactoryType: ComWrapper + Clone {
    fn try_cast<F: FactoryType>(&self) -> Option<F> { ... }
}

Provided methods

fn try_cast<F: FactoryType>(&self) -> Option<F>

Try to cast this factory to a different factory type

Loading content...

Implementors

impl FactoryType for Factory[src]

fn try_cast<F: FactoryType>(&self) -> Option<F>[src]

impl FactoryType for Factory1[src]

fn try_cast<F: FactoryType>(&self) -> Option<F>[src]

impl FactoryType for Factory2[src]

fn try_cast<F: FactoryType>(&self) -> Option<F>[src]

impl FactoryType for Factory3[src]

fn try_cast<F: FactoryType>(&self) -> Option<F>[src]

impl FactoryType for Factory4[src]

fn try_cast<F: FactoryType>(&self) -> Option<F>[src]

impl FactoryType for Factory5[src]

fn try_cast<F: FactoryType>(&self) -> Option<F>[src]

impl FactoryType for Factory6[src]

fn try_cast<F: FactoryType>(&self) -> Option<F>[src]

Loading content...