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