Struct xcb::xvmc::DestroySubpicture
source · pub struct DestroySubpicture {
pub subpicture_id: Subpicture,
}
Expand description
The DestroySubpicture
request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§subpicture_id: Subpicture
Trait Implementations§
source§impl Clone for DestroySubpicture
impl Clone for DestroySubpicture
source§fn clone(&self) -> DestroySubpicture
fn clone(&self) -> DestroySubpicture
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DestroySubpicture
impl Debug for DestroySubpicture
source§impl RawRequest for DestroySubpicture
impl RawRequest for DestroySubpicture
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl Request for DestroySubpicture
impl Request for DestroySubpicture
impl RequestWithoutReply for DestroySubpicture
Auto Trait Implementations§
impl Freeze for DestroySubpicture
impl RefUnwindSafe for DestroySubpicture
impl Send for DestroySubpicture
impl Sync for DestroySubpicture
impl Unpin for DestroySubpicture
impl UnwindSafe for DestroySubpicture
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)