Enum x11rb::rust_connection::MaxRequestBytes
source · enum MaxRequestBytes {
Unknown,
Requested(Option<SequenceNumber>),
Known(usize),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaxRequestBytes
impl RefUnwindSafe for MaxRequestBytes
impl Send for MaxRequestBytes
impl Sync for MaxRequestBytes
impl Unpin for MaxRequestBytes
impl UnwindSafe for MaxRequestBytes
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