#[repr(C)]pub struct Input_Hotkey { /* private fields */ }Available on crate features
api-12 and api-14 only.Expand description
Defines the hot key structure.
Available since API-level: 14
Auto Trait Implementations§
impl Freeze for Input_Hotkey
impl RefUnwindSafe for Input_Hotkey
impl Send for Input_Hotkey
impl Sync for Input_Hotkey
impl Unpin for Input_Hotkey
impl UnwindSafe for Input_Hotkey
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