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