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