#[repr(C)]pub struct CorsairEvent {
pub id: CorsairEventId,
pub event_union: CorsairEventUnion,
}Fields§
§id: CorsairEventId§event_union: CorsairEventUnionTrait Implementations§
Source§impl Clone for CorsairEvent
impl Clone for CorsairEvent
Source§fn clone(&self) -> CorsairEvent
fn clone(&self) -> CorsairEvent
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 moreimpl Copy for CorsairEvent
Auto Trait Implementations§
impl Freeze for CorsairEvent
impl RefUnwindSafe for CorsairEvent
impl Send for CorsairEvent
impl Sync for CorsairEvent
impl Unpin for CorsairEvent
impl UnwindSafe for CorsairEvent
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