Struct x11::xlib::XComposeStatus
source · [−]Fields
compose_ptr: XPointer
chars_matched: c_int
Trait Implementations
sourceimpl Clone for XComposeStatus
impl Clone for XComposeStatus
sourcefn 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
sourceimpl Debug for XComposeStatus
impl Debug for XComposeStatus
sourceimpl PartialEq<XComposeStatus> for XComposeStatus
impl PartialEq<XComposeStatus> for XComposeStatus
sourcefn 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
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