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