Struct gtk::PadControllerBuilder [−][src]
pub struct PadControllerBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct PadController
objects.
Implementations
This is supported on crate feature v3_22
only.
This is supported on crate feature
v3_22
only.Create a new PadControllerBuilder
.
This is supported on crate feature v3_22
only.
This is supported on crate feature
v3_22
only.Build the PadController
.
This is supported on crate feature
v3_22
only.This is supported on crate feature
v3_22
only.This is supported on crate feature v3_22
only.
This is supported on crate feature
v3_22
only.The propagation phase at which this controller will handle events.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PadControllerBuilder
impl !Send for PadControllerBuilder
impl !Sync for PadControllerBuilder
impl Unpin for PadControllerBuilder
impl UnwindSafe for PadControllerBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more