pub struct Input_DeviceInfo { /* private fields */ }Available on crate feature
api-13 only.Expand description
Represents information about the input device.
Available since API-level: 13
Auto Trait Implementations§
impl Freeze for Input_DeviceInfo
Available on crate feature
api-12 only.impl RefUnwindSafe for Input_DeviceInfo
Available on crate feature
api-12 only.impl Send for Input_DeviceInfo
Available on crate feature
api-12 only.impl Sync for Input_DeviceInfo
Available on crate feature
api-12 only.impl Unpin for Input_DeviceInfo
Available on crate feature
api-12 only.impl UnwindSafe for Input_DeviceInfo
Available on crate feature
api-12 only.Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on crate feature api-12 only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on crate feature
api-12 only.§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more