Struct vigem_client::Client
source · [−]pub struct Client { /* private fields */ }Expand description
The ViGEmBus client connection.
Implementations
Trait Implementations
sourceimpl AsRawHandle for Client
impl AsRawHandle for Client
sourcefn as_raw_handle(&self) -> HANDLE
fn as_raw_handle(&self) -> HANDLE
Extracts the raw handle, without taking any ownership.
impl Send for Client
impl Sync for Client
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more