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