pub struct TSInputEvent { /* private fields */ }
Expand description
All Terminal Service Slow Path Input Event
Auto Trait Implementations§
impl Freeze for TSInputEvent
impl !RefUnwindSafe for TSInputEvent
impl Send for TSInputEvent
impl !Sync for TSInputEvent
impl Unpin for TSInputEvent
impl !UnwindSafe for TSInputEvent
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