Struct xcb::dri2::ConnectReply
source · pub struct ConnectReply { /* private fields */ }
Expand description
Reply type for Connect.
Can be obtained from a ConnectCookie with Connection::wait_for_reply or from a ConnectCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl ConnectReply
impl ConnectReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn driver_name(&self) -> &Lat1Str
pub fn alignment_pad(&self) -> &[u8] ⓘ
pub fn device_name(&self) -> &Lat1Str
Trait Implementations§
source§impl Debug for ConnectReply
impl Debug for ConnectReply
source§impl Drop for ConnectReply
impl Drop for ConnectReply
source§impl Reply for ConnectReply
impl Reply for ConnectReply
impl Send for ConnectReply
impl Sync for ConnectReply
Auto Trait Implementations§
impl Freeze for ConnectReply
impl RefUnwindSafe for ConnectReply
impl Unpin for ConnectReply
impl UnwindSafe for ConnectReply
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