Struct miniblink_sys::_wkeWindowCreateInfo
source · #[repr(C)]pub struct _wkeWindowCreateInfo {
pub size: c_int,
pub parent: HWND,
pub style: DWORD,
pub styleEx: DWORD,
pub x: c_int,
pub y: c_int,
pub width: c_int,
pub height: c_int,
pub color: COLORREF,
}Fields§
§size: c_int§parent: HWND§style: DWORD§styleEx: DWORD§x: c_int§y: c_int§width: c_int§height: c_int§color: COLORREFTrait Implementations§
source§impl Clone for _wkeWindowCreateInfo
impl Clone for _wkeWindowCreateInfo
source§fn clone(&self) -> _wkeWindowCreateInfo
fn clone(&self) -> _wkeWindowCreateInfo
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 _wkeWindowCreateInfo
impl Debug for _wkeWindowCreateInfo
impl Copy for _wkeWindowCreateInfo
Auto Trait Implementations§
impl Freeze for _wkeWindowCreateInfo
impl RefUnwindSafe for _wkeWindowCreateInfo
impl !Send for _wkeWindowCreateInfo
impl !Sync for _wkeWindowCreateInfo
impl Unpin for _wkeWindowCreateInfo
impl UnwindSafe for _wkeWindowCreateInfo
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