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