#[repr(C)]pub struct tagTOGGLEKEYS {
pub cbSize: UINT,
pub dwFlags: DWORD,
}
Fields§
§cbSize: UINT
§dwFlags: DWORD
Trait Implementations§
Source§impl Clone for tagTOGGLEKEYS
impl Clone for tagTOGGLEKEYS
Source§fn clone(&self) -> tagTOGGLEKEYS
fn clone(&self) -> tagTOGGLEKEYS
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 tagTOGGLEKEYS
impl Debug for tagTOGGLEKEYS
Source§impl Ord for tagTOGGLEKEYS
impl Ord for tagTOGGLEKEYS
Source§fn cmp(&self, other: &tagTOGGLEKEYS) -> Ordering
fn cmp(&self, other: &tagTOGGLEKEYS) -> 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 tagTOGGLEKEYS
impl PartialEq for tagTOGGLEKEYS
Source§impl PartialOrd for tagTOGGLEKEYS
impl PartialOrd for tagTOGGLEKEYS
impl Copy for tagTOGGLEKEYS
impl Eq for tagTOGGLEKEYS
impl StructuralPartialEq for tagTOGGLEKEYS
Auto Trait Implementations§
impl Freeze for tagTOGGLEKEYS
impl RefUnwindSafe for tagTOGGLEKEYS
impl Send for tagTOGGLEKEYS
impl Sync for tagTOGGLEKEYS
impl Unpin for tagTOGGLEKEYS
impl UnwindSafe for tagTOGGLEKEYS
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