Struct xcb::x::TranslateCoordinates
source · pub struct TranslateCoordinates {
pub src_window: Window,
pub dst_window: Window,
pub src_x: i16,
pub src_y: i16,
}
Expand description
The TranslateCoordinates
request.
This request replies TranslateCoordinatesReply.
Associated cookie types are TranslateCoordinatesCookie and TranslateCoordinatesCookieUnchecked.
Fields§
§src_window: Window
§dst_window: Window
§src_x: i16
§src_y: i16
Trait Implementations§
source§impl Clone for TranslateCoordinates
impl Clone for TranslateCoordinates
source§fn clone(&self) -> TranslateCoordinates
fn clone(&self) -> TranslateCoordinates
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 TranslateCoordinates
impl Debug for TranslateCoordinates
source§impl RawRequest for TranslateCoordinates
impl RawRequest for TranslateCoordinates
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl Request for TranslateCoordinates
impl Request for TranslateCoordinates
source§impl RequestWithReply for TranslateCoordinates
impl RequestWithReply for TranslateCoordinates
source§type Reply = TranslateCoordinatesReply
type Reply = TranslateCoordinatesReply
Reply associated with the request
source§type Cookie = TranslateCoordinatesCookie
type Cookie = TranslateCoordinatesCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = TranslateCoordinatesCookieUnchecked
type CookieUnchecked = TranslateCoordinatesCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for TranslateCoordinates
impl RefUnwindSafe for TranslateCoordinates
impl Send for TranslateCoordinates
impl Sync for TranslateCoordinates
impl Unpin for TranslateCoordinates
impl UnwindSafe for TranslateCoordinates
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)