Struct gtk::IMContextSimpleBuilder [−][src]
pub struct IMContextSimpleBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct IMContextSimple
objects.
Implementations
Create a new IMContextSimpleBuilder
.
Build the IMContextSimple
.
Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more