pub struct ForwardKeyArgs<'s> {
pub sym: u32,
pub states: u32,
pub is_release: bool,
/* private fields */
}Expand description
ForwardKey signal arguments.
Fields§
§sym: u32§states: u32§is_release: boolImplementations§
Trait Implementations§
Source§impl<'s> Debug for ForwardKeyArgs<'s>
impl<'s> Debug for ForwardKeyArgs<'s>
Auto Trait Implementations§
impl<'s> Freeze for ForwardKeyArgs<'s>
impl<'s> RefUnwindSafe for ForwardKeyArgs<'s>
impl<'s> Send for ForwardKeyArgs<'s>
impl<'s> Sync for ForwardKeyArgs<'s>
impl<'s> Unpin for ForwardKeyArgs<'s>
impl<'s> UnwindSafe for ForwardKeyArgs<'s>
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