Struct gdk4_x11::builders::X11DeviceManagerXI2Builder
source · pub struct X11DeviceManagerXI2Builder { /* private fields */ }
Expand description
A builder-pattern type to construct X11DeviceManagerXI2
objects.
Implementations§
source§impl X11DeviceManagerXI2Builder
impl X11DeviceManagerXI2Builder
sourcepub fn new() -> Self
pub fn new() -> Self
Create a new X11DeviceManagerXI2Builder
.
sourcepub fn build(self) -> X11DeviceManagerXI2
pub fn build(self) -> X11DeviceManagerXI2
Build the X11DeviceManagerXI2
.
pub fn display(self, display: &impl IsA<Display>) -> Self
pub fn major(self, major: i32) -> Self
pub fn minor(self, minor: i32) -> Self
pub fn opcode(self, opcode: i32) -> Self
Trait Implementations§
source§impl Clone for X11DeviceManagerXI2Builder
impl Clone for X11DeviceManagerXI2Builder
source§fn clone(&self) -> X11DeviceManagerXI2Builder
fn clone(&self) -> X11DeviceManagerXI2Builder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for X11DeviceManagerXI2Builder
impl Default for X11DeviceManagerXI2Builder
source§fn default() -> X11DeviceManagerXI2Builder
fn default() -> X11DeviceManagerXI2Builder
Returns the “default value” for a type. Read more