Struct gdk_x11_sys::xlib::XComposeStatus
source · #[repr(C)]pub struct XComposeStatus {
pub compose_ptr: *mut i8,
pub chars_matched: i32,
}
Fields§
§compose_ptr: *mut i8
§chars_matched: i32
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 ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more