#[repr(C)]pub struct cbw_WindowOptions {
pub borders: bool,
pub minimizable: bool,
pub resizable: bool,
}
Fields§
§borders: bool
§minimizable: bool
§resizable: bool
Trait Implementations§
Source§impl Clone for cbw_WindowOptions
impl Clone for cbw_WindowOptions
Source§fn clone(&self) -> cbw_WindowOptions
fn clone(&self) -> cbw_WindowOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for cbw_WindowOptions
impl Debug for cbw_WindowOptions
impl Copy for cbw_WindowOptions
Auto Trait Implementations§
impl Freeze for cbw_WindowOptions
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§
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