Struct commonwasm::model::user_action::UserAction
pub struct UserAction {
pub caption_id: String,
pub icon: String,
pub action: fn(_: i32),
pub enabled: bool,
}Fields§
§caption_id: String§icon: String§action: fn(_: i32)§enabled: boolImplementations§
Auto Trait Implementations§
impl Freeze for UserAction
impl RefUnwindSafe for UserAction
impl Send for UserAction
impl Sync for UserAction
impl Unpin for UserAction
impl UnwindSafe for UserAction
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