Struct browser_window_core::prelude::cbw_WindowOptions [−][src]
#[repr(C)]pub struct cbw_WindowOptions {
pub borders: bool,
pub minimizable: bool,
pub resizable: bool,
}
Fields
borders: bool
minimizable: bool
resizable: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cbw_WindowOptions
impl Send for cbw_WindowOptions
impl Sync for cbw_WindowOptions
impl Unpin for cbw_WindowOptions
impl UnwindSafe for cbw_WindowOptions
Blanket Implementations
Mutably borrows from an owned value. Read more