Struct gdkx11::X11DeviceXI2Builder [−][src]
pub struct X11DeviceXI2Builder { /* fields omitted */ }
Expand description
A builder-pattern type to construct X11DeviceXI2
objects.
Implementations
Create a new X11DeviceXI2Builder
.
Build the X11DeviceXI2
.
The gdk::DeviceManager
the gdk::Device
pertains to.
The gdk::Display
the gdk::Device
pertains to.
Whether the device is represented by a cursor on the screen. Devices of type
GDK_DEVICE_TYPE_MASTER
will have true
here.
This is supported on crate feature v3_20
only.
This is supported on crate feature
v3_20
only.The maximal number of concurrent touches on a touch device. Will be 0 if the device is not a touch device or if the number of touches is unknown.
Product ID of this device, see [DeviceExtManual::product_id()
][crate::gdk::prelude::DeviceExtManual::product_id()].
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for X11DeviceXI2Builder
impl !Send for X11DeviceXI2Builder
impl !Sync for X11DeviceXI2Builder
impl Unpin for X11DeviceXI2Builder
impl UnwindSafe for X11DeviceXI2Builder
Blanket Implementations
Mutably borrows from an owned value. Read more