#[repr(C)]pub struct CorsairSessionDetails {
pub clientVersion: CorsairVersion,
pub serverVersion: CorsairVersion,
pub serverHostVersion: CorsairVersion,
}Fields§
§clientVersion: CorsairVersion§serverVersion: CorsairVersion§serverHostVersion: CorsairVersionTrait Implementations§
Source§impl Clone for CorsairSessionDetails
impl Clone for CorsairSessionDetails
Source§fn clone(&self) -> CorsairSessionDetails
fn clone(&self) -> CorsairSessionDetails
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 CorsairSessionDetails
impl Debug for CorsairSessionDetails
impl Copy for CorsairSessionDetails
Auto Trait Implementations§
impl Freeze for CorsairSessionDetails
impl RefUnwindSafe for CorsairSessionDetails
impl Send for CorsairSessionDetails
impl Sync for CorsairSessionDetails
impl Unpin for CorsairSessionDetails
impl UnwindSafe for CorsairSessionDetails
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