#[repr(C)]pub struct tagSTICKYKEYS {
pub cbSize: UINT,
pub dwFlags: DWORD,
}
Fields§
§cbSize: UINT
§dwFlags: DWORD
Trait Implementations§
Source§impl Clone for tagSTICKYKEYS
impl Clone for tagSTICKYKEYS
Source§fn clone(&self) -> tagSTICKYKEYS
fn clone(&self) -> tagSTICKYKEYS
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 tagSTICKYKEYS
impl Debug for tagSTICKYKEYS
Source§impl Ord for tagSTICKYKEYS
impl Ord for tagSTICKYKEYS
Source§fn cmp(&self, other: &tagSTICKYKEYS) -> Ordering
fn cmp(&self, other: &tagSTICKYKEYS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagSTICKYKEYS
impl PartialEq for tagSTICKYKEYS
Source§impl PartialOrd for tagSTICKYKEYS
impl PartialOrd for tagSTICKYKEYS
impl Copy for tagSTICKYKEYS
impl Eq for tagSTICKYKEYS
impl StructuralPartialEq for tagSTICKYKEYS
Auto Trait Implementations§
impl Freeze for tagSTICKYKEYS
impl RefUnwindSafe for tagSTICKYKEYS
impl Send for tagSTICKYKEYS
impl Sync for tagSTICKYKEYS
impl Unpin for tagSTICKYKEYS
impl UnwindSafe for tagSTICKYKEYS
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