#[repr(C)]pub struct tagSTICKYKEYS {
pub cbSize: UINT,
pub dwFlags: DWORD,
}Fields§
§cbSize: UINT§dwFlags: DWORDTrait Implementations§
Source§impl Clone for tagSTICKYKEYS
impl Clone for tagSTICKYKEYS
Source§fn clone(&self) -> tagSTICKYKEYS
fn clone(&self) -> tagSTICKYKEYS
Returns a duplicate 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
impl Copy 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