#[repr(C)]pub struct yarrow_key_event_ctx {
pub index: c_uint,
pub chars: [c_uint; 16],
pub previous: c_uint,
}
Fields§
§index: c_uint
§chars: [c_uint; 16]
§previous: c_uint
Trait Implementations§
Source§impl Clone for yarrow_key_event_ctx
impl Clone for yarrow_key_event_ctx
Source§fn clone(&self) -> yarrow_key_event_ctx
fn clone(&self) -> yarrow_key_event_ctx
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 moreSource§impl Debug for yarrow_key_event_ctx
impl Debug for yarrow_key_event_ctx
impl Copy for yarrow_key_event_ctx
Auto Trait Implementations§
impl Freeze for yarrow_key_event_ctx
impl RefUnwindSafe for yarrow_key_event_ctx
impl Send for yarrow_key_event_ctx
impl Sync for yarrow_key_event_ctx
impl Unpin for yarrow_key_event_ctx
impl UnwindSafe for yarrow_key_event_ctx
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