Struct gdk_x11_sys::xlib::XComposeStatus [−]
Fields
compose_ptr: *mut i8chars_matched: i32Trait Implementations
impl Clone for XComposeStatus
impl Clone for XComposeStatuspub fn clone(&self) -> XComposeStatus
pub fn clone(&self) -> XComposeStatusReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XComposeStatus
impl Debug for XComposeStatusimpl PartialEq<XComposeStatus> for XComposeStatus
impl PartialEq<XComposeStatus> for XComposeStatuspub fn eq(&self, other: &XComposeStatus) -> bool
pub fn eq(&self, other: &XComposeStatus) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XComposeStatus) -> bool
pub fn ne(&self, other: &XComposeStatus) -> boolThis method tests for !=.
impl Copy for XComposeStatusimpl StructuralPartialEq for XComposeStatusAuto Trait Implementations
impl RefUnwindSafe for XComposeStatusimpl !Send for XComposeStatusimpl !Sync for XComposeStatusimpl Unpin for XComposeStatusimpl UnwindSafe for XComposeStatusBlanket Implementations
Mutably borrows from an owned value. Read more