Struct x11_dl::xlib::XComposeStatus [−][src]
Fields
compose_ptr: XPointer
chars_matched: c_int
Trait Implementations
impl Debug for XComposeStatus[src]
impl Debug for XComposeStatusfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XComposeStatus[src]
impl Clone for XComposeStatusfn clone(&self) -> XComposeStatus[src]
fn clone(&self) -> XComposeStatusReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XComposeStatus[src]
impl Copy for XComposeStatusimpl PartialEq for XComposeStatus[src]
impl PartialEq for XComposeStatusfn eq(&self, other: &XComposeStatus) -> bool[src]
fn eq(&self, other: &XComposeStatus) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XComposeStatus) -> bool[src]
fn ne(&self, other: &XComposeStatus) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XComposeStatus
impl !Send for XComposeStatusimpl !Sync for XComposeStatus
impl !Sync for XComposeStatus