#[repr(C)]pub struct KeyboardCallback {
pub callback: KeyboardEventFn,
}
Fields§
§callback: KeyboardEventFn
Trait Implementations§
Source§impl Clone for KeyboardCallback
impl Clone for KeyboardCallback
Source§fn clone(&self) -> KeyboardCallback
fn clone(&self) -> KeyboardCallback
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for KeyboardCallback
impl RefUnwindSafe for KeyboardCallback
impl Send for KeyboardCallback
impl Sync for KeyboardCallback
impl Unpin for KeyboardCallback
impl UnwindSafe for KeyboardCallback
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