pub struct BuffersFromPixmap {
pub pixmap: Pixmap,
}Expand description
The BuffersFromPixmap request.
This request replies BuffersFromPixmapReply.
Associated cookie types are BuffersFromPixmapCookie and BuffersFromPixmapCookieUnchecked.
Fields§
§pixmap: PixmapTrait Implementations§
Source§impl Clone for BuffersFromPixmap
impl Clone for BuffersFromPixmap
Source§fn clone(&self) -> BuffersFromPixmap
fn clone(&self) -> BuffersFromPixmap
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 BuffersFromPixmap
impl Debug for BuffersFromPixmap
Source§impl RawRequest for BuffersFromPixmap
impl RawRequest for BuffersFromPixmap
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 BuffersFromPixmap
impl Request for BuffersFromPixmap
Source§impl RequestWithReply for BuffersFromPixmap
impl RequestWithReply for BuffersFromPixmap
Source§type Reply = BuffersFromPixmapReply
type Reply = BuffersFromPixmapReply
Reply associated with the request
Source§type Cookie = BuffersFromPixmapCookie
type Cookie = BuffersFromPixmapCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = BuffersFromPixmapCookieUnchecked
type CookieUnchecked = BuffersFromPixmapCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for BuffersFromPixmap
impl RefUnwindSafe for BuffersFromPixmap
impl Send for BuffersFromPixmap
impl Sync for BuffersFromPixmap
impl Unpin for BuffersFromPixmap
impl UnwindSafe for BuffersFromPixmap
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