#[repr(C)]pub struct Input_DeviceInfo { /* private fields */ }Available on crate features
api-12 and api-13 only.Expand description
Represents information about the input device.
Available since API-level: 13
Auto Trait Implementations§
impl Freeze for Input_DeviceInfo
impl RefUnwindSafe for Input_DeviceInfo
impl Send for Input_DeviceInfo
impl Sync for Input_DeviceInfo
impl Unpin for Input_DeviceInfo
impl UnwindSafe for Input_DeviceInfo
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