#[repr(C)]pub struct CorsairKeyEventConfiguration {
pub keyId: CorsairMacroKeyId,
pub isIntercepted: bool,
}Fields§
§keyId: CorsairMacroKeyId§isIntercepted: boolTrait Implementations§
Source§impl Clone for CorsairKeyEventConfiguration
impl Clone for CorsairKeyEventConfiguration
Source§fn clone(&self) -> CorsairKeyEventConfiguration
fn clone(&self) -> CorsairKeyEventConfiguration
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 CorsairKeyEventConfiguration
impl Debug for CorsairKeyEventConfiguration
impl Copy for CorsairKeyEventConfiguration
Auto Trait Implementations§
impl Freeze for CorsairKeyEventConfiguration
impl RefUnwindSafe for CorsairKeyEventConfiguration
impl Send for CorsairKeyEventConfiguration
impl Sync for CorsairKeyEventConfiguration
impl Unpin for CorsairKeyEventConfiguration
impl UnwindSafe for CorsairKeyEventConfiguration
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