Struct xcb::dri3::BuffersFromPixmapReply
source · pub struct BuffersFromPixmapReply { /* private fields */ }
Expand description
Reply type for BuffersFromPixmap.
Can be obtained from a BuffersFromPixmapCookie with Connection::wait_for_reply or from a BuffersFromPixmapCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl BuffersFromPixmapReply
impl BuffersFromPixmapReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn width(&self) -> u16
pub fn height(&self) -> u16
pub fn modifier(&self) -> u64
pub fn depth(&self) -> u8
pub fn bpp(&self) -> u8
pub fn strides(&self) -> &[u32]
pub fn offsets(&self) -> &[u32]
pub fn buffers(&self) -> &[RawFd]
Trait Implementations§
source§impl Debug for BuffersFromPixmapReply
impl Debug for BuffersFromPixmapReply
source§impl Drop for BuffersFromPixmapReply
impl Drop for BuffersFromPixmapReply
source§impl Reply for BuffersFromPixmapReply
impl Reply for BuffersFromPixmapReply
impl Send for BuffersFromPixmapReply
impl Sync for BuffersFromPixmapReply
Auto Trait Implementations§
impl Freeze for BuffersFromPixmapReply
impl RefUnwindSafe for BuffersFromPixmapReply
impl Unpin for BuffersFromPixmapReply
impl UnwindSafe for BuffersFromPixmapReply
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