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