Struct x11rb_protocol::protocol::xproto::NoExposureEvent
source · [−]pub struct NoExposureEvent {
pub response_type: u8,
pub sequence: u16,
pub drawable: Drawable,
pub minor_opcode: u16,
pub major_opcode: u8,
}
Fields
response_type: u8
sequence: u16
drawable: Drawable
minor_opcode: u16
major_opcode: u8
Trait Implementations
sourceimpl Clone for NoExposureEvent
impl Clone for NoExposureEvent
sourcefn clone(&self) -> NoExposureEvent
fn clone(&self) -> NoExposureEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for NoExposureEvent
impl Debug for NoExposureEvent
sourceimpl Default for NoExposureEvent
impl Default for NoExposureEvent
sourcefn default() -> NoExposureEvent
fn default() -> NoExposureEvent
Returns the “default value” for a type. Read more
sourceimpl From<&'_ NoExposureEvent> for [u8; 32]
impl From<&'_ NoExposureEvent> for [u8; 32]
sourcefn from(input: &NoExposureEvent) -> Self
fn from(input: &NoExposureEvent) -> Self
Converts to this type from the input type.
sourceimpl From<NoExposureEvent> for [u8; 32]
impl From<NoExposureEvent> for [u8; 32]
sourcefn from(input: NoExposureEvent) -> Self
fn from(input: NoExposureEvent) -> Self
Converts to this type from the input type.
sourceimpl Hash for NoExposureEvent
impl Hash for NoExposureEvent
sourceimpl Ord for NoExposureEvent
impl Ord for NoExposureEvent
sourceimpl PartialEq<NoExposureEvent> for NoExposureEvent
impl PartialEq<NoExposureEvent> for NoExposureEvent
sourcefn eq(&self, other: &NoExposureEvent) -> bool
fn eq(&self, other: &NoExposureEvent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &NoExposureEvent) -> bool
fn ne(&self, other: &NoExposureEvent) -> bool
This method tests for !=
.
sourceimpl PartialOrd<NoExposureEvent> for NoExposureEvent
impl PartialOrd<NoExposureEvent> for NoExposureEvent
sourcefn partial_cmp(&self, other: &NoExposureEvent) -> Option<Ordering>
fn partial_cmp(&self, other: &NoExposureEvent) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn 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 more
sourceimpl TryParse for NoExposureEvent
impl TryParse for NoExposureEvent
impl Copy for NoExposureEvent
impl Eq for NoExposureEvent
impl StructuralEq for NoExposureEvent
impl StructuralPartialEq for NoExposureEvent
Auto Trait Implementations
impl RefUnwindSafe for NoExposureEvent
impl Send for NoExposureEvent
impl Sync for NoExposureEvent
impl Unpin for NoExposureEvent
impl UnwindSafe for NoExposureEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more