Struct x11rb::xcb_ffi::pending_errors::PendingErrors
source · pub(crate) struct PendingErrors {
inner: Mutex<PendingErrorsInner>,
}
Expand description
A management struct for pending X11 errors
Fields§
§inner: Mutex<PendingErrorsInner>
Implementations§
source§impl PendingErrors
impl PendingErrors
pub(crate) fn append_error( &self, error: (SequenceNumber, <XCBConnection as RequestConnection>::Buf), )
pub(crate) fn discard_reply(&self, sequence: SequenceNumber)
pub(crate) fn get( &self, conn: &XCBConnection, ) -> Option<(SequenceNumber, <XCBConnection as RequestConnection>::Buf)>
Trait Implementations§
source§impl Debug for PendingErrors
impl Debug for PendingErrors
source§impl Default for PendingErrors
impl Default for PendingErrors
source§fn default() -> PendingErrors
fn default() -> PendingErrors
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for PendingErrors
impl RefUnwindSafe for PendingErrors
impl Send for PendingErrors
impl Sync for PendingErrors
impl Unpin for PendingErrors
impl UnwindSafe for PendingErrors
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