Struct gdk4::DeviceToolBuilder [−][src]
pub struct DeviceToolBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct DeviceTool
objects.
Implementations
Create a new DeviceToolBuilder
.
Build the DeviceTool
.
The hardware ID of the tool.
The type of the tool.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DeviceToolBuilder
impl Send for DeviceToolBuilder
impl Sync for DeviceToolBuilder
impl Unpin for DeviceToolBuilder
impl UnwindSafe for DeviceToolBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more