pub struct X11DeviceManagerXI2Builder { /* private fields */ }
Expand description
A builder-pattern type to construct X11DeviceManagerXI2
objects.
Implementations§
Auto Trait Implementations§
impl Freeze for X11DeviceManagerXI2Builder
impl RefUnwindSafe for X11DeviceManagerXI2Builder
impl !Send for X11DeviceManagerXI2Builder
impl !Sync for X11DeviceManagerXI2Builder
impl Unpin for X11DeviceManagerXI2Builder
impl UnwindSafe for X11DeviceManagerXI2Builder
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