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