pub struct ActionCx {
pub window: AppWindowId,
pub target: GlobalElementId,
}Expand description
Context passed to component-owned action handlers.
Fields§
§window: AppWindowId§target: GlobalElementIdTrait Implementations§
impl Copy for ActionCx
impl Eq for ActionCx
impl StructuralPartialEq for ActionCx
Auto Trait Implementations§
impl Freeze for ActionCx
impl RefUnwindSafe for ActionCx
impl Send for ActionCx
impl Sync for ActionCx
impl Unpin for ActionCx
impl UnsafeUnpin for ActionCx
impl UnwindSafe for ActionCx
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