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