pub struct UiDefaultAction {
pub event_target: UiId,
pub action_target: UiId,
pub action: UiAction,
}Fields§
§event_target: UiId§action_target: UiId§action: UiActionTrait Implementations§
Source§impl Clone for UiDefaultAction
impl Clone for UiDefaultAction
Source§fn clone(&self) -> UiDefaultAction
fn clone(&self) -> UiDefaultAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UiDefaultAction
impl RefUnwindSafe for UiDefaultAction
impl Send for UiDefaultAction
impl Sync for UiDefaultAction
impl Unpin for UiDefaultAction
impl UnsafeUnpin for UiDefaultAction
impl UnwindSafe for UiDefaultAction
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