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: COLORREFAuto 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