Struct beforeinput
pub struct beforeinput;
Trait Implementations§
§impl EventDescriptor for beforeinput
impl EventDescriptor for beforeinput
Auto Trait Implementations§
impl Freeze for beforeinput
impl RefUnwindSafe for beforeinput
impl Send for beforeinput
impl Sync for beforeinput
impl Unpin for beforeinput
impl UnwindSafe for beforeinput
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