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