Struct gtk4::PadControllerBuilder [−][src]
pub struct PadControllerBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct PadController
objects.
Implementations
Create a new PadControllerBuilder
.
Build the PadController
.
The name for this controller, typically used for debugging purposes.
The limit for which events this controller will handle.
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