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