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