pub struct PadControllerBuilder { /* private fields */ }
Implementations§
Source§impl PadControllerBuilder
impl PadControllerBuilder
pub fn new() -> Self
pub fn build(self) -> PadController
pub fn action_group(self, action_group: &ActionGroup) -> Self
pub fn pad(self, pad: &Device) -> Self
pub fn propagation_phase(self, propagation_phase: PropagationPhase) -> Self
pub fn widget(self, widget: &Widget) -> Self
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