Struct xcb::x::GetSelectionOwnerReply
source · pub struct GetSelectionOwnerReply { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for GetSelectionOwnerReply
impl Debug for GetSelectionOwnerReply
source§impl Drop for GetSelectionOwnerReply
impl Drop for GetSelectionOwnerReply
source§impl Reply for GetSelectionOwnerReply
impl Reply for GetSelectionOwnerReply
impl Send for GetSelectionOwnerReply
impl Sync for GetSelectionOwnerReply
Auto Trait Implementations§
impl Freeze for GetSelectionOwnerReply
impl RefUnwindSafe for GetSelectionOwnerReply
impl Unpin for GetSelectionOwnerReply
impl UnwindSafe for GetSelectionOwnerReply
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