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