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