#[repr(C)]pub struct pdf_keystroke_event {
pub value: *const c_char,
pub change: *const c_char,
pub selStart: c_int,
pub selEnd: c_int,
pub willCommit: c_int,
pub newChange: *mut c_char,
pub newValue: *mut c_char,
}Fields§
§value: *const c_char§change: *const c_char§selStart: c_int§selEnd: c_int§willCommit: c_int§newChange: *mut c_char§newValue: *mut c_charTrait Implementations§
Source§impl Clone for pdf_keystroke_event
impl Clone for pdf_keystroke_event
Source§fn clone(&self) -> pdf_keystroke_event
fn clone(&self) -> pdf_keystroke_event
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 pdf_keystroke_event
impl Debug for pdf_keystroke_event
impl Copy for pdf_keystroke_event
Auto Trait Implementations§
impl Freeze for pdf_keystroke_event
impl RefUnwindSafe for pdf_keystroke_event
impl !Send for pdf_keystroke_event
impl !Sync for pdf_keystroke_event
impl Unpin for pdf_keystroke_event
impl UnwindSafe for pdf_keystroke_event
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