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