Struct xcb::xf86dri::GetDeviceInfoReply
source · pub struct GetDeviceInfoReply { /* private fields */ }
Expand description
Reply type for GetDeviceInfo.
Can be obtained from a GetDeviceInfoCookie with Connection::wait_for_reply or from a GetDeviceInfoCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetDeviceInfoReply
impl GetDeviceInfoReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn framebuffer_handle_low(&self) -> u32
pub fn framebuffer_handle_high(&self) -> u32
pub fn framebuffer_origin_offset(&self) -> u32
pub fn framebuffer_size(&self) -> u32
pub fn framebuffer_stride(&self) -> u32
pub fn device_private(&self) -> &[u32]
Trait Implementations§
source§impl Debug for GetDeviceInfoReply
impl Debug for GetDeviceInfoReply
source§impl Drop for GetDeviceInfoReply
impl Drop for GetDeviceInfoReply
source§impl Reply for GetDeviceInfoReply
impl Reply for GetDeviceInfoReply
impl Send for GetDeviceInfoReply
impl Sync for GetDeviceInfoReply
Auto Trait Implementations§
impl Freeze for GetDeviceInfoReply
impl RefUnwindSafe for GetDeviceInfoReply
impl Unpin for GetDeviceInfoReply
impl UnwindSafe for GetDeviceInfoReply
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