Struct xcb::xf86dri::GetClientDriverNameReply
source · pub struct GetClientDriverNameReply { /* private fields */ }
Expand description
Reply type for GetClientDriverName.
Can be obtained from a GetClientDriverNameCookie with Connection::wait_for_reply or from a GetClientDriverNameCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetClientDriverNameReply
impl GetClientDriverNameReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn client_driver_major_version(&self) -> u32
pub fn client_driver_minor_version(&self) -> u32
pub fn client_driver_patch_version(&self) -> u32
pub fn client_driver_name(&self) -> &Lat1Str
Trait Implementations§
source§impl Debug for GetClientDriverNameReply
impl Debug for GetClientDriverNameReply
source§impl Drop for GetClientDriverNameReply
impl Drop for GetClientDriverNameReply
source§impl Reply for GetClientDriverNameReply
impl Reply for GetClientDriverNameReply
impl Send for GetClientDriverNameReply
impl Sync for GetClientDriverNameReply
Auto Trait Implementations§
impl Freeze for GetClientDriverNameReply
impl RefUnwindSafe for GetClientDriverNameReply
impl Unpin for GetClientDriverNameReply
impl UnwindSafe for GetClientDriverNameReply
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