Struct x11::xlib::XComposeStatus
[−]
[src]
pub struct XComposeStatus { pub compose_ptr: XPointer, pub chars_matched: c_int, }
Fields
compose_ptr | |
chars_matched |
pub struct XComposeStatus { pub compose_ptr: XPointer, pub chars_matched: c_int, }
compose_ptr | |
chars_matched |
impl PartialEq for XComposeStatus
fn eq(&self, __arg_0: &XComposeStatus) -> bool
fn ne(&self, __arg_0: &XComposeStatus) -> bool
impl Copy for XComposeStatus
impl Clone for XComposeStatus
fn clone(&self) -> XComposeStatus
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).