pub struct TradeInputDevice;Expand description
TradeInputDevice (579).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TradeInputDevice
impl RefUnwindSafe for TradeInputDevice
impl Send for TradeInputDevice
impl Sync for TradeInputDevice
impl Unpin for TradeInputDevice
impl UnsafeUnpin for TradeInputDevice
impl UnwindSafe for TradeInputDevice
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