Struct miniblink_sys::_wkeWindowFeatures
source · #[repr(C)]pub struct _wkeWindowFeatures {
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: boolTrait Implementations§
source§impl Clone for _wkeWindowFeatures
impl Clone for _wkeWindowFeatures
source§fn clone(&self) -> _wkeWindowFeatures
fn clone(&self) -> _wkeWindowFeatures
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 _wkeWindowFeatures
impl Debug for _wkeWindowFeatures
impl Copy for _wkeWindowFeatures
Auto Trait Implementations§
impl Freeze for _wkeWindowFeatures
impl RefUnwindSafe for _wkeWindowFeatures
impl Send for _wkeWindowFeatures
impl Sync for _wkeWindowFeatures
impl Unpin for _wkeWindowFeatures
impl UnwindSafe for _wkeWindowFeatures
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