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