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