Struct x11rb_protocol::connection::SentRequest
source · struct SentRequest {
seqno: SequenceNumber,
discard_mode: Option<DiscardMode>,
has_fds: bool,
}
Fields§
§seqno: SequenceNumber
§discard_mode: Option<DiscardMode>
§has_fds: bool
Trait Implementations§
source§impl Clone for SentRequest
impl Clone for SentRequest
source§fn clone(&self) -> SentRequest
fn clone(&self) -> SentRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SentRequest
impl Debug for SentRequest
source§impl PartialEq for SentRequest
impl PartialEq for SentRequest
source§fn eq(&self, other: &SentRequest) -> bool
fn eq(&self, other: &SentRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SentRequest
impl Eq for SentRequest
impl StructuralPartialEq for SentRequest
Auto Trait Implementations§
impl Freeze for SentRequest
impl RefUnwindSafe for SentRequest
impl Send for SentRequest
impl Sync for SentRequest
impl Unpin for SentRequest
impl UnwindSafe for SentRequest
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