Enum x11rb_protocol::x11_utils::BigRequests
source · pub enum BigRequests {
Enabled,
NotEnabled,
}
Expand description
Has the BigRequests extension been enabled?
Variants§
Enabled
The BigRequests extension has been enabled.
NotEnabled
The BigRequests extension has not been enabled.
Trait Implementations§
source§impl Clone for BigRequests
impl Clone for BigRequests
source§fn clone(&self) -> BigRequests
fn clone(&self) -> BigRequests
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 BigRequests
impl Debug for BigRequests
source§impl PartialEq for BigRequests
impl PartialEq for BigRequests
source§fn eq(&self, other: &BigRequests) -> bool
fn eq(&self, other: &BigRequests) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BigRequests
impl Eq for BigRequests
impl StructuralPartialEq for BigRequests
Auto Trait Implementations§
impl Freeze for BigRequests
impl RefUnwindSafe for BigRequests
impl Send for BigRequests
impl Sync for BigRequests
impl Unpin for BigRequests
impl UnwindSafe for BigRequests
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