#[repr(C)]pub struct input_subsystem { /* private fields */ }
Trait Implementations§
Source§impl Clone for input_subsystem
impl Clone for input_subsystem
Source§fn clone(&self) -> input_subsystem
fn clone(&self) -> input_subsystem
Returns a copy 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 input_subsystem
impl Debug for input_subsystem
impl Copy for input_subsystem
Auto Trait Implementations§
impl Freeze for input_subsystem
impl RefUnwindSafe for input_subsystem
impl Send for input_subsystem
impl Sync for input_subsystem
impl Unpin for input_subsystem
impl UnwindSafe for input_subsystem
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