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