Struct browser_window::prelude::WindowImpl [−][src]
pub struct WindowImpl { /* fields omitted */ }
Implementations
pub fn new(
app: ApplicationImpl,
parent: WindowImpl,
title: &str,
width: Option<u32>,
height: Option<u32>,
options: &cbw_WindowOptions,
user_data: *mut ()
) -> WindowImpl
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for WindowImpl
impl !Send for WindowImpl
impl !Sync for WindowImpl
impl Unpin for WindowImpl
impl UnwindSafe for WindowImpl
Blanket Implementations
Mutably borrows from an owned value. Read more