Struct x11rb_protocol::protocol::glx::PbufferClobberEvent
source · pub struct PbufferClobberEvent {
pub response_type: u8,
pub sequence: u16,
pub event_type: u16,
pub draw_type: u16,
pub drawable: Drawable,
pub b_mask: u32,
pub aux_buffer: u16,
pub x: u16,
pub y: u16,
pub width: u16,
pub height: u16,
pub count: u16,
}
Fields§
§response_type: u8
§sequence: u16
§event_type: u16
§draw_type: u16
§drawable: Drawable
§b_mask: u32
§aux_buffer: u16
§x: u16
§y: u16
§width: u16
§height: u16
§count: u16
Trait Implementations§
source§impl Clone for PbufferClobberEvent
impl Clone for PbufferClobberEvent
source§fn clone(&self) -> PbufferClobberEvent
fn clone(&self) -> PbufferClobberEvent
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 PbufferClobberEvent
impl Debug for PbufferClobberEvent
source§impl Default for PbufferClobberEvent
impl Default for PbufferClobberEvent
source§fn default() -> PbufferClobberEvent
fn default() -> PbufferClobberEvent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PbufferClobberEvent
impl<'de> Deserialize<'de> for PbufferClobberEvent
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<&PbufferClobberEvent> for [u8; 32]
impl From<&PbufferClobberEvent> for [u8; 32]
source§fn from(input: &PbufferClobberEvent) -> Self
fn from(input: &PbufferClobberEvent) -> Self
Converts to this type from the input type.
source§impl From<PbufferClobberEvent> for [u8; 32]
impl From<PbufferClobberEvent> for [u8; 32]
source§fn from(input: PbufferClobberEvent) -> Self
fn from(input: PbufferClobberEvent) -> Self
Converts to this type from the input type.
source§impl Hash for PbufferClobberEvent
impl Hash for PbufferClobberEvent
source§impl Ord for PbufferClobberEvent
impl Ord for PbufferClobberEvent
source§fn cmp(&self, other: &PbufferClobberEvent) -> Ordering
fn cmp(&self, other: &PbufferClobberEvent) -> 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 PbufferClobberEvent
impl PartialEq for PbufferClobberEvent
source§fn eq(&self, other: &PbufferClobberEvent) -> bool
fn eq(&self, other: &PbufferClobberEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PbufferClobberEvent
impl PartialOrd for PbufferClobberEvent
source§fn partial_cmp(&self, other: &PbufferClobberEvent) -> Option<Ordering>
fn partial_cmp(&self, other: &PbufferClobberEvent) -> 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 PbufferClobberEvent
impl Serialize for PbufferClobberEvent
source§impl Serialize for PbufferClobberEvent
impl Serialize for PbufferClobberEvent
source§impl TryParse for PbufferClobberEvent
impl TryParse for PbufferClobberEvent
impl Copy for PbufferClobberEvent
impl Eq for PbufferClobberEvent
impl StructuralPartialEq for PbufferClobberEvent
Auto Trait Implementations§
impl Freeze for PbufferClobberEvent
impl RefUnwindSafe for PbufferClobberEvent
impl Send for PbufferClobberEvent
impl Sync for PbufferClobberEvent
impl Unpin for PbufferClobberEvent
impl UnwindSafe for PbufferClobberEvent
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