Struct gdk_x11_sys::xlib::XComposeStatus [−]
Fields
compose_ptr: *mut i8
chars_matched: i32
Trait Implementations
impl Clone for XComposeStatus
impl Clone for XComposeStatus
pub fn clone(&self) -> XComposeStatus
pub fn clone(&self) -> XComposeStatus
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for XComposeStatus
impl Debug for XComposeStatus
impl PartialEq<XComposeStatus> for XComposeStatus
impl PartialEq<XComposeStatus> for XComposeStatus
pub fn eq(&self, other: &XComposeStatus) -> bool
pub fn eq(&self, other: &XComposeStatus) -> bool
This 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) -> bool
This method tests for !=
.
impl Copy for XComposeStatus
impl StructuralPartialEq for XComposeStatus
Auto Trait Implementations
impl RefUnwindSafe for XComposeStatus
impl !Send for XComposeStatus
impl !Sync for XComposeStatus
impl Unpin for XComposeStatus
impl UnwindSafe for XComposeStatus
Blanket Implementations
Mutably borrows from an owned value. Read more