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