#[repr(C)]pub struct TOGGLEKEYS {
pub cbSize: u32,
pub dwFlags: u32,
}Fields§
§cbSize: u32§dwFlags: u32Trait Implementations§
Source§impl Abi for TOGGLEKEYS
impl Abi for TOGGLEKEYS
Source§type Abi = TOGGLEKEYS
type Abi = TOGGLEKEYS
The abi representation of the implementing type. Read more
type DefaultType = TOGGLEKEYS
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for TOGGLEKEYS
impl Clone for TOGGLEKEYS
Source§fn clone(&self) -> TOGGLEKEYS
fn clone(&self) -> TOGGLEKEYS
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 TOGGLEKEYS
impl Debug for TOGGLEKEYS
Source§impl Default for TOGGLEKEYS
impl Default for TOGGLEKEYS
Source§impl PartialEq for TOGGLEKEYS
impl PartialEq for TOGGLEKEYS
impl Copy for TOGGLEKEYS
impl Eq for TOGGLEKEYS
Auto Trait Implementations§
impl Freeze for TOGGLEKEYS
impl RefUnwindSafe for TOGGLEKEYS
impl Send for TOGGLEKEYS
impl Sync for TOGGLEKEYS
impl Unpin for TOGGLEKEYS
impl UnwindSafe for TOGGLEKEYS
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