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