Struct x11rb::rust_connection::RequestInfo
source · struct RequestInfo<'a> {
extension_manager: &'a Mutex<ExtensionManager>,
major_opcode: u8,
minor_opcode: u8,
}
Expand description
Format information about a request in a Display impl
Fields§
§extension_manager: &'a Mutex<ExtensionManager>
§major_opcode: u8
§minor_opcode: u8
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RequestInfo<'a>
impl<'a> RefUnwindSafe for RequestInfo<'a>
impl<'a> Send for RequestInfo<'a>
impl<'a> Sync for RequestInfo<'a>
impl<'a> Unpin for RequestInfo<'a>
impl<'a> UnwindSafe for RequestInfo<'a>
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