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