Struct x11rb_protocol::protocol::dbe::GetBackBufferAttributesReply
source · pub struct GetBackBufferAttributesReply {
pub sequence: u16,
pub length: u32,
pub attributes: BufferAttributes,
}
Fields§
§sequence: u16
§length: u32
§attributes: BufferAttributes
Trait Implementations§
source§impl Clone for GetBackBufferAttributesReply
impl Clone for GetBackBufferAttributesReply
source§fn clone(&self) -> GetBackBufferAttributesReply
fn clone(&self) -> GetBackBufferAttributesReply
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 GetBackBufferAttributesReply
impl Debug for GetBackBufferAttributesReply
source§impl Default for GetBackBufferAttributesReply
impl Default for GetBackBufferAttributesReply
source§fn default() -> GetBackBufferAttributesReply
fn default() -> GetBackBufferAttributesReply
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GetBackBufferAttributesReply
impl<'de> Deserialize<'de> for GetBackBufferAttributesReply
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<GetBackBufferAttributesReply> for Reply
impl From<GetBackBufferAttributesReply> for Reply
source§fn from(reply: GetBackBufferAttributesReply) -> Reply
fn from(reply: GetBackBufferAttributesReply) -> Reply
Converts to this type from the input type.
source§impl Hash for GetBackBufferAttributesReply
impl Hash for GetBackBufferAttributesReply
source§impl Ord for GetBackBufferAttributesReply
impl Ord for GetBackBufferAttributesReply
source§fn cmp(&self, other: &GetBackBufferAttributesReply) -> Ordering
fn cmp(&self, other: &GetBackBufferAttributesReply) -> 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 GetBackBufferAttributesReply
impl PartialEq for GetBackBufferAttributesReply
source§fn eq(&self, other: &GetBackBufferAttributesReply) -> bool
fn eq(&self, other: &GetBackBufferAttributesReply) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for GetBackBufferAttributesReply
impl PartialOrd for GetBackBufferAttributesReply
source§fn partial_cmp(&self, other: &GetBackBufferAttributesReply) -> Option<Ordering>
fn partial_cmp(&self, other: &GetBackBufferAttributesReply) -> 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 moreimpl Copy for GetBackBufferAttributesReply
impl Eq for GetBackBufferAttributesReply
impl StructuralPartialEq for GetBackBufferAttributesReply
Auto Trait Implementations§
impl Freeze for GetBackBufferAttributesReply
impl RefUnwindSafe for GetBackBufferAttributesReply
impl Send for GetBackBufferAttributesReply
impl Sync for GetBackBufferAttributesReply
impl Unpin for GetBackBufferAttributesReply
impl UnwindSafe for GetBackBufferAttributesReply
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> TryParseFd for Twhere
T: TryParse,
impl<T> TryParseFd for Twhere
T: TryParse,
source§fn try_parse_fd<'a>(
value: &'a [u8],
_: &mut Vec<RawFdContainer>
) -> Result<(T, &'a [u8]), ParseError>
fn try_parse_fd<'a>( value: &'a [u8], _: &mut Vec<RawFdContainer> ) -> Result<(T, &'a [u8]), ParseError>
Try to parse the given values into an instance of this type. Read more