#[repr(C)]pub struct nk_keyboard {
pub keys: [nk_key; 30],
pub text: [c_char; 16],
pub text_len: c_int,
}Fields§
§keys: [nk_key; 30]§text: [c_char; 16]§text_len: c_intTrait Implementations§
Source§impl Clone for nk_keyboard
impl Clone for nk_keyboard
Source§fn clone(&self) -> nk_keyboard
fn clone(&self) -> nk_keyboard
Returns a duplicate 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 moreSource§impl Debug for nk_keyboard
impl Debug for nk_keyboard
Source§impl Default for nk_keyboard
impl Default for nk_keyboard
Source§fn default() -> nk_keyboard
fn default() -> nk_keyboard
Returns the “default value” for a type. Read more
impl Copy for nk_keyboard
Auto Trait Implementations§
impl Freeze for nk_keyboard
impl RefUnwindSafe for nk_keyboard
impl Send for nk_keyboard
impl Sync for nk_keyboard
impl Unpin for nk_keyboard
impl UnwindSafe for nk_keyboard
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