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