#[repr(C)]pub struct mbWindowFeatures {
pub x: c_int,
pub y: c_int,
pub width: c_int,
pub height: c_int,
pub menuBarVisible: BOOL,
pub statusBarVisible: BOOL,
pub toolBarVisible: BOOL,
pub locationBarVisible: BOOL,
pub scrollbarsVisible: BOOL,
pub resizable: BOOL,
pub fullscreen: BOOL,
}
Fields§
§x: c_int
§y: c_int
§width: c_int
§height: c_int
§statusBarVisible: BOOL
§toolBarVisible: BOOL
§locationBarVisible: BOOL
§scrollbarsVisible: BOOL
§resizable: BOOL
§fullscreen: BOOL
Trait Implementations§
Source§impl Clone for mbWindowFeatures
impl Clone for mbWindowFeatures
Source§fn clone(&self) -> mbWindowFeatures
fn clone(&self) -> mbWindowFeatures
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 mbWindowFeatures
impl Debug for mbWindowFeatures
impl Copy for mbWindowFeatures
Auto Trait Implementations§
impl Freeze for mbWindowFeatures
impl RefUnwindSafe for mbWindowFeatures
impl Send for mbWindowFeatures
impl Sync for mbWindowFeatures
impl Unpin for mbWindowFeatures
impl UnwindSafe for mbWindowFeatures
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