Struct x11rb::protocol::glx::IsEnabledReply
source · pub struct IsEnabledReply {
pub sequence: u16,
pub length: u32,
pub ret_val: u32,
}
Fields§
§sequence: u16
§length: u32
§ret_val: u32
Trait Implementations§
source§impl Clone for IsEnabledReply
impl Clone for IsEnabledReply
source§fn clone(&self) -> IsEnabledReply
fn clone(&self) -> IsEnabledReply
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 IsEnabledReply
impl Debug for IsEnabledReply
source§impl Default for IsEnabledReply
impl Default for IsEnabledReply
source§fn default() -> IsEnabledReply
fn default() -> IsEnabledReply
Returns the “default value” for a type. Read more
source§impl From<IsEnabledReply> for Reply
impl From<IsEnabledReply> for Reply
source§fn from(reply: IsEnabledReply) -> Reply
fn from(reply: IsEnabledReply) -> Reply
Converts to this type from the input type.
source§impl Hash for IsEnabledReply
impl Hash for IsEnabledReply
source§impl Ord for IsEnabledReply
impl Ord for IsEnabledReply
source§fn cmp(&self, other: &IsEnabledReply) -> Ordering
fn cmp(&self, other: &IsEnabledReply) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for IsEnabledReply
impl PartialEq for IsEnabledReply
source§fn eq(&self, other: &IsEnabledReply) -> bool
fn eq(&self, other: &IsEnabledReply) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for IsEnabledReply
impl PartialOrd for IsEnabledReply
source§fn partial_cmp(&self, other: &IsEnabledReply) -> Option<Ordering>
fn partial_cmp(&self, other: &IsEnabledReply) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for IsEnabledReply
impl Serialize for IsEnabledReply
source§impl TryParse for IsEnabledReply
impl TryParse for IsEnabledReply
source§fn try_parse(
initial_value: &[u8]
) -> Result<(IsEnabledReply, &[u8]), ParseError>
fn try_parse( initial_value: &[u8] ) -> Result<(IsEnabledReply, &[u8]), ParseError>
Try to parse the given values into an instance of this type. Read more
impl Copy for IsEnabledReply
impl Eq for IsEnabledReply
impl StructuralPartialEq for IsEnabledReply
Auto Trait Implementations§
impl Freeze for IsEnabledReply
impl RefUnwindSafe for IsEnabledReply
impl Send for IsEnabledReply
impl Sync for IsEnabledReply
impl Unpin for IsEnabledReply
impl UnwindSafe for IsEnabledReply
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> TryParseFd for Twhere
T: TryParse,
impl<T> TryParseFd for Twhere
T: TryParse,
source§fn try_parse_fd<'a>(
value: &'a [u8],
_: &mut Vec<OwnedFd>
) -> Result<(T, &'a [u8]), ParseError>
fn try_parse_fd<'a>( value: &'a [u8], _: &mut Vec<OwnedFd> ) -> Result<(T, &'a [u8]), ParseError>
Try to parse the given values into an instance of this type. Read more