#[repr(C)]pub struct bw_WindowOptions {
pub minimizable: bool,
pub resizable: bool,
pub closable: bool,
pub borders: bool,
}
Fields§
§minimizable: bool
§resizable: bool
§closable: bool
§borders: bool
Auto Trait Implementations§
impl Freeze for bw_WindowOptions
impl RefUnwindSafe for bw_WindowOptions
impl Send for bw_WindowOptions
impl Sync for bw_WindowOptions
impl Unpin for bw_WindowOptions
impl UnwindSafe for bw_WindowOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more