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