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