Struct gtk::IMContextSimpleBuilder
source · [−]pub struct IMContextSimpleBuilder { /* private fields */ }Implementations
sourceimpl IMContextSimpleBuilder
impl IMContextSimpleBuilder
pub fn new() -> Self
pub fn build(self) -> IMContextSimple
pub fn input_hints(self, input_hints: InputHints) -> Self
pub fn input_purpose(self, input_purpose: InputPurpose) -> Self
Auto Trait Implementations
impl RefUnwindSafe for IMContextSimpleBuilder
impl Send for IMContextSimpleBuilder
impl Sync for IMContextSimpleBuilder
impl Unpin for IMContextSimpleBuilder
impl UnwindSafe for IMContextSimpleBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more