Struct x11rb_protocol::protocol::xinput::XIWarpPointerRequest
source · pub struct XIWarpPointerRequest {
pub src_win: Window,
pub dst_win: Window,
pub src_x: Fp1616,
pub src_y: Fp1616,
pub src_width: u16,
pub src_height: u16,
pub dst_x: Fp1616,
pub dst_y: Fp1616,
pub deviceid: DeviceId,
}
Fields§
§src_win: Window
§dst_win: Window
§src_x: Fp1616
§src_y: Fp1616
§src_width: u16
§src_height: u16
§dst_x: Fp1616
§dst_y: Fp1616
§deviceid: DeviceId
Implementations§
Trait Implementations§
source§impl Clone for XIWarpPointerRequest
impl Clone for XIWarpPointerRequest
source§fn clone(&self) -> XIWarpPointerRequest
fn clone(&self) -> XIWarpPointerRequest
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 Debug for XIWarpPointerRequest
impl Debug for XIWarpPointerRequest
source§impl Default for XIWarpPointerRequest
impl Default for XIWarpPointerRequest
source§fn default() -> XIWarpPointerRequest
fn default() -> XIWarpPointerRequest
Returns the “default value” for a type. Read more
source§impl Request for XIWarpPointerRequest
impl Request for XIWarpPointerRequest
impl Copy for XIWarpPointerRequest
impl VoidRequest for XIWarpPointerRequest
Auto Trait Implementations§
impl Freeze for XIWarpPointerRequest
impl RefUnwindSafe for XIWarpPointerRequest
impl Send for XIWarpPointerRequest
impl Sync for XIWarpPointerRequest
impl Unpin for XIWarpPointerRequest
impl UnwindSafe for XIWarpPointerRequest
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