#[repr(C)]pub struct CorsairProperty {
pub type_: CorsairDataType,
pub value: CorsairDataValue,
}Fields§
§type_: CorsairDataType§value: CorsairDataValueTrait Implementations§
Source§impl Clone for CorsairProperty
impl Clone for CorsairProperty
Source§fn clone(&self) -> CorsairProperty
fn clone(&self) -> CorsairProperty
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 CorsairProperty
impl Send for CorsairProperty
impl Sync for CorsairProperty
Auto Trait Implementations§
impl Freeze for CorsairProperty
impl RefUnwindSafe for CorsairProperty
impl Unpin for CorsairProperty
impl UnwindSafe for CorsairProperty
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