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