Struct ExPushUnhandledInput
pub struct ExPushUnhandledInput<'ex> { /* private fields */ }Expand description
Default-param extender for Viewport::push_unhandled_input_ex.
Implementations§
§impl<'ex> ExPushUnhandledInput<'ex>
impl<'ex> ExPushUnhandledInput<'ex>
pub fn in_local_coords(self, in_local_coords: bool) -> ExPushUnhandledInput<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExPushUnhandledInput<'ex>
impl<'ex> RefUnwindSafe for ExPushUnhandledInput<'ex>
impl<'ex> !Send for ExPushUnhandledInput<'ex>
impl<'ex> !Sync for ExPushUnhandledInput<'ex>
impl<'ex> Unpin for ExPushUnhandledInput<'ex>
impl<'ex> !UnwindSafe for ExPushUnhandledInput<'ex>
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