Struct x11rb::rust_connection::ConnectionInner
source · struct ConnectionInner {
inner: Connection,
write_buffer: WriteBuffer,
}
Fields§
§inner: Connection
§write_buffer: WriteBuffer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConnectionInner
impl RefUnwindSafe for ConnectionInner
impl Send for ConnectionInner
impl Sync for ConnectionInner
impl Unpin for ConnectionInner
impl UnwindSafe for ConnectionInner
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