pub struct PadControllerBuilder { /* private fields */ }Expand description
A builder-pattern type to construct PadController objects.
Implementations§
Source§impl PadControllerBuilder
impl PadControllerBuilder
pub fn action_group(self, action_group: &impl IsA<ActionGroup>) -> Self
pub fn pad(self, pad: &Device) -> Self
pub fn name(self, name: impl Into<GString>) -> Self
pub fn propagation_limit(self, propagation_limit: PropagationLimit) -> Self
pub fn propagation_phase(self, propagation_phase: PropagationPhase) -> Self
Sourcepub fn build(self) -> PadController
pub fn build(self) -> PadController
Build the PadController.
Auto Trait Implementations§
impl Freeze for PadControllerBuilder
impl RefUnwindSafe for PadControllerBuilder
impl !Send for PadControllerBuilder
impl !Sync for PadControllerBuilder
impl Unpin for PadControllerBuilder
impl UnwindSafe for PadControllerBuilder
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