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