Struct patternfly_dioxus::dioxus_elements::on::TouchData
[−]pub struct TouchData {
pub alt_key: bool,
pub ctrl_key: bool,
pub meta_key: bool,
pub shift_key: bool,
}Fields
alt_key: boolctrl_key: boolmeta_key: boolshift_key: boolTrait Implementations
impl From<&TouchEvent> for TouchData
impl From<&TouchEvent> for TouchData
fn from(e: &TouchEvent) -> TouchData
fn from(e: &TouchEvent) -> TouchData
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for TouchData
impl Send for TouchData
impl Sync for TouchData
impl Unpin for TouchData
impl UnwindSafe for TouchData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more