Struct glutin::platform::unix::x11::Window [−][src]
pub struct Window(_);
Implementations
pub fn new<T>(
event_loop: &EventLoopWindowTarget<T>,
attribs: WindowAttributes,
pl_attribs: PlatformSpecificWindowBuilderAttributes
) -> Result<Window, OsError>
Methods from Deref<Target = UnownedWindow>
Trait Implementations
type Target = UnownedWindow
type Target = UnownedWindow
The resulting type after dereferencing.
Dereferences the value.