Struct x11_dl::xlib::XComposeStatus
source · #[repr(C)]pub struct XComposeStatus {
pub compose_ptr: XPointer,
pub chars_matched: c_int,
}
Fields§
§compose_ptr: XPointer
§chars_matched: c_int
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 for XComposeStatus
impl PartialEq for XComposeStatus
impl Copy for XComposeStatus
impl StructuralPartialEq for XComposeStatus
Auto Trait Implementations§
impl Freeze for XComposeStatus
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)