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