Struct xcb::randr::ListOutputPropertiesReply
source · pub struct ListOutputPropertiesReply { /* private fields */ }
Expand description
Reply type for ListOutputProperties.
Can be obtained from a ListOutputPropertiesCookie with Connection::wait_for_reply or from a ListOutputPropertiesCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for ListOutputPropertiesReply
impl Debug for ListOutputPropertiesReply
source§impl Drop for ListOutputPropertiesReply
impl Drop for ListOutputPropertiesReply
source§impl Reply for ListOutputPropertiesReply
impl Reply for ListOutputPropertiesReply
impl Send for ListOutputPropertiesReply
impl Sync for ListOutputPropertiesReply
Auto Trait Implementations§
impl Freeze for ListOutputPropertiesReply
impl RefUnwindSafe for ListOutputPropertiesReply
impl Unpin for ListOutputPropertiesReply
impl UnwindSafe for ListOutputPropertiesReply
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