[][src]Struct ganache::ProcessEventArgs

pub struct ProcessEventArgs<'a, C: Context> {
    pub slots: &'a mut Slots,
    pub slot_id: SlotId,
    pub bounds: Bounds,
    pub event: &'a mut C::InputEvent,
    pub focused: bool,
    pub resources: &'a C::ThemeResources,
    pub style: &'a SlotStyle<'a, C::ThemeResources, C::StyleFieldValue>,
}

Fields

slots: &'a mut Slotsslot_id: SlotIdbounds: Boundsevent: &'a mut C::InputEventfocused: boolresources: &'a C::ThemeResourcesstyle: &'a SlotStyle<'a, C::ThemeResources, C::StyleFieldValue>

Auto Trait Implementations

impl<'a, C> RefUnwindSafe for ProcessEventArgs<'a, C> where
    <C as Context>::InputEvent: RefUnwindSafe,
    <C as Context>::StyleFieldValue: RefUnwindSafe,
    <C as Context>::ThemeResources: RefUnwindSafe

impl<'a, C> Send for ProcessEventArgs<'a, C> where
    <C as Context>::InputEvent: Send,
    <C as Context>::StyleFieldValue: Sync,
    <C as Context>::ThemeResources: Sync

impl<'a, C> Sync for ProcessEventArgs<'a, C> where
    <C as Context>::InputEvent: Sync,
    <C as Context>::StyleFieldValue: Sync,
    <C as Context>::ThemeResources: Sync

impl<'a, C> Unpin for ProcessEventArgs<'a, C>

impl<'a, C> !UnwindSafe for ProcessEventArgs<'a, C>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any
[src]

impl<T> DowncastSync for T where
    T: Send + Sync + Any
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.