Struct xcb::xfixes::GetCursorNameReply
source · pub struct GetCursorNameReply { /* private fields */ }
Expand description
Reply type for GetCursorName.
Can be obtained from a GetCursorNameCookie with Connection::wait_for_reply or from a GetCursorNameCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for GetCursorNameReply
impl Debug for GetCursorNameReply
source§impl Drop for GetCursorNameReply
impl Drop for GetCursorNameReply
source§impl Reply for GetCursorNameReply
impl Reply for GetCursorNameReply
impl Send for GetCursorNameReply
impl Sync for GetCursorNameReply
Auto Trait Implementations§
impl Freeze for GetCursorNameReply
impl RefUnwindSafe for GetCursorNameReply
impl Unpin for GetCursorNameReply
impl UnwindSafe for GetCursorNameReply
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