#[repr(C)]pub struct KeyboardCallback {
pub callback: KeyboardEventFn,
}Fields§
§callback: KeyboardEventFnTrait 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 more