pub struct InvokeActionArgs {
pub button: u32,
pub index: u32,
}Available on crate feature
input-method-unstable-v1 only.Fields§
§index: u32Trait Implementations§
Source§impl Clone for InvokeActionArgs
impl Clone for InvokeActionArgs
Source§fn clone(&self) -> InvokeActionArgs
fn clone(&self) -> InvokeActionArgs
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 InvokeActionArgs
impl Debug for InvokeActionArgs
impl Copy for InvokeActionArgs
Auto Trait Implementations§
impl Freeze for InvokeActionArgs
impl RefUnwindSafe for InvokeActionArgs
impl Send for InvokeActionArgs
impl Sync for InvokeActionArgs
impl Unpin for InvokeActionArgs
impl UnwindSafe for InvokeActionArgs
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