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: SurfaceTrait 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