Struct xcb::glx::GetVisualConfigsReply
source · pub struct GetVisualConfigsReply { /* private fields */ }
Expand description
Reply type for GetVisualConfigs.
Can be obtained from a GetVisualConfigsCookie with Connection::wait_for_reply or from a GetVisualConfigsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetVisualConfigsReply
impl GetVisualConfigsReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn num_visuals(&self) -> u32
pub fn num_properties(&self) -> u32
pub fn property_list(&self) -> &[u32]
Trait Implementations§
source§impl Debug for GetVisualConfigsReply
impl Debug for GetVisualConfigsReply
source§impl Drop for GetVisualConfigsReply
impl Drop for GetVisualConfigsReply
source§impl Reply for GetVisualConfigsReply
impl Reply for GetVisualConfigsReply
impl Send for GetVisualConfigsReply
impl Sync for GetVisualConfigsReply
Auto Trait Implementations§
impl Freeze for GetVisualConfigsReply
impl RefUnwindSafe for GetVisualConfigsReply
impl Unpin for GetVisualConfigsReply
impl UnwindSafe for GetVisualConfigsReply
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