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