Struct gdk_x11_sys::xlib::XComposeStatus
[−]Fields
compose_ptr: *mut i8
chars_matched: i32
Trait Implementations
impl Clone for XComposeStatus
impl Clone for XComposeStatus
fn clone(&self) -> XComposeStatus
fn clone(&self) -> XComposeStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
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
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 ==
. Read more
fn ne(&self, other: &XComposeStatus) -> bool
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more