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