Struct xcb::xvmc::ListSubpictureTypes
source · pub struct ListSubpictureTypes {
pub port_id: Port,
pub surface_id: Surface,
}
Expand description
The ListSubpictureTypes
request.
This request replies ListSubpictureTypesReply.
Associated cookie types are ListSubpictureTypesCookie and ListSubpictureTypesCookieUnchecked.
Fields§
§port_id: Port
§surface_id: Surface
Trait Implementations§
source§impl Clone for ListSubpictureTypes
impl Clone for ListSubpictureTypes
source§fn clone(&self) -> ListSubpictureTypes
fn clone(&self) -> ListSubpictureTypes
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 ListSubpictureTypes
impl Debug for ListSubpictureTypes
source§impl RawRequest for ListSubpictureTypes
impl RawRequest for ListSubpictureTypes
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 ListSubpictureTypes
impl Request for ListSubpictureTypes
source§impl RequestWithReply for ListSubpictureTypes
impl RequestWithReply for ListSubpictureTypes
source§type Reply = ListSubpictureTypesReply
type Reply = ListSubpictureTypesReply
Reply associated with the request
source§type Cookie = ListSubpictureTypesCookie
type Cookie = ListSubpictureTypesCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = ListSubpictureTypesCookieUnchecked
type CookieUnchecked = ListSubpictureTypesCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for ListSubpictureTypes
impl RefUnwindSafe for ListSubpictureTypes
impl Send for ListSubpictureTypes
impl Sync for ListSubpictureTypes
impl Unpin for ListSubpictureTypes
impl UnwindSafe for ListSubpictureTypes
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
)