Struct x11::xlib::XComposeStatus
source · #[repr(C)]pub struct XComposeStatus {
pub compose_ptr: XPointer,
pub chars_matched: c_int,
}
Fields§
§compose_ptr: XPointer
§chars_matched: c_int
Trait Implementations§
source§impl Clone for XComposeStatus
impl Clone for XComposeStatus
source§fn clone(&self) -> XComposeStatus
fn clone(&self) -> XComposeStatus
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 XComposeStatus
impl Debug for XComposeStatus
source§impl PartialEq<XComposeStatus> for XComposeStatus
impl PartialEq<XComposeStatus> for XComposeStatus
source§fn eq(&self, other: &XComposeStatus) -> bool
fn eq(&self, other: &XComposeStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.