#[repr(C)]pub struct CorsairChannelInfo {
pub totalLedsCount: c_int,
pub devicesCount: c_int,
pub devices: *mut CorsairChannelDeviceInfo,
}Fields§
§totalLedsCount: c_int§devicesCount: c_int§devices: *mut CorsairChannelDeviceInfoTrait Implementations§
Source§impl Clone for CorsairChannelInfo
impl Clone for CorsairChannelInfo
Source§fn clone(&self) -> CorsairChannelInfo
fn clone(&self) -> CorsairChannelInfo
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 CorsairChannelInfo
impl Debug for CorsairChannelInfo
impl Copy for CorsairChannelInfo
impl Send for CorsairChannelInfo
impl Sync for CorsairChannelInfo
Auto Trait Implementations§
impl Freeze for CorsairChannelInfo
impl RefUnwindSafe for CorsairChannelInfo
impl Unpin for CorsairChannelInfo
impl UnwindSafe for CorsairChannelInfo
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