Struct miniblink_sys::wkeWindowType
source · #[repr(transparent)]pub struct wkeWindowType(pub c_int);Tuple Fields§
§0: c_intImplementations§
source§impl _wkeWindowType
impl _wkeWindowType
pub const WKE_WINDOW_TYPE_POPUP: _wkeWindowType = _
source§impl _wkeWindowType
impl _wkeWindowType
pub const WKE_WINDOW_TYPE_TRANSPARENT: _wkeWindowType = _
source§impl _wkeWindowType
impl _wkeWindowType
pub const WKE_WINDOW_TYPE_CONTROL: _wkeWindowType = _
Trait Implementations§
source§impl Clone for _wkeWindowType
impl Clone for _wkeWindowType
source§fn clone(&self) -> _wkeWindowType
fn clone(&self) -> _wkeWindowType
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 _wkeWindowType
impl Debug for _wkeWindowType
source§impl Hash for _wkeWindowType
impl Hash for _wkeWindowType
source§impl PartialEq for _wkeWindowType
impl PartialEq for _wkeWindowType
source§fn eq(&self, other: &_wkeWindowType) -> bool
fn eq(&self, other: &_wkeWindowType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for _wkeWindowType
impl Eq for _wkeWindowType
impl StructuralPartialEq for _wkeWindowType
Auto Trait Implementations§
impl Freeze for _wkeWindowType
impl RefUnwindSafe for _wkeWindowType
impl Send for _wkeWindowType
impl Sync for _wkeWindowType
impl Unpin for _wkeWindowType
impl UnwindSafe for _wkeWindowType
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