Struct xcb::x::TranslateCoordinatesCookie
source · pub struct TranslateCoordinatesCookie { /* private fields */ }
Expand description
Cookie type for TranslateCoordinates.
This cookie can be used to get a TranslateCoordinatesReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for TranslateCoordinatesCookie
impl Cookie for TranslateCoordinatesCookie
source§impl CookieWithReplyChecked for TranslateCoordinatesCookie
impl CookieWithReplyChecked for TranslateCoordinatesCookie
source§type Reply = TranslateCoordinatesReply
type Reply = TranslateCoordinatesReply
The reply type associated with the cookie
source§impl Debug for TranslateCoordinatesCookie
impl Debug for TranslateCoordinatesCookie
impl CookieChecked for TranslateCoordinatesCookie
Auto Trait Implementations§
impl Freeze for TranslateCoordinatesCookie
impl RefUnwindSafe for TranslateCoordinatesCookie
impl Send for TranslateCoordinatesCookie
impl Sync for TranslateCoordinatesCookie
impl Unpin for TranslateCoordinatesCookie
impl UnwindSafe for TranslateCoordinatesCookie
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