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