Struct browser_window::prelude::cbw_WindowOptions [−]
#[repr(C)]pub struct cbw_WindowOptions {
pub borders: bool,
pub minimizable: bool,
pub resizable: bool,
}
Fields
borders: bool
minimizable: bool
resizable: bool
Trait Implementations
impl Clone for cbw_WindowOptions
impl Clone for cbw_WindowOptions
pub fn clone(&self) -> cbw_WindowOptions
pub fn clone(&self) -> cbw_WindowOptions
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for cbw_WindowOptions
impl Debug for cbw_WindowOptions
impl Copy for cbw_WindowOptions
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