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