pub enum RustEvent {
BookctrlPageChanged,
Button,
CheckBox,
Menu,
RadioBox,
Timer,
}
Variants§
Auto Trait Implementations§
impl Freeze for RustEvent
impl RefUnwindSafe for RustEvent
impl Send for RustEvent
impl Sync for RustEvent
impl Unpin for RustEvent
impl UnwindSafe for RustEvent
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