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