#[repr(C)]pub struct nk_input {
pub keyboard: nk_keyboard,
pub mouse: nk_mouse,
}Fields§
§keyboard: nk_keyboard§mouse: nk_mouseTrait Implementations§
impl Copy for nk_input
Auto Trait Implementations§
impl Freeze for nk_input
impl RefUnwindSafe for nk_input
impl Send for nk_input
impl Sync for nk_input
impl Unpin for nk_input
impl UnwindSafe for nk_input
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