Trait rfw::prelude::FromWindowHandle[][src]

pub trait FromWindowHandle {
    fn init<W>(
        window: &W,
        width: u32,
        height: u32,
        scale: f64
    ) -> Result<Box<Self, Global>, Box<dyn Error + 'static, Global>>
    where
        W: HasRawWindowHandle
; }

Required methods

Implementors