#[repr(C)]pub struct _XIMText {
pub length: c_ushort,
pub feedback: *mut XIMFeedback,
pub encoding_is_wchar: c_int,
pub string: _XIMText__bindgen_ty_1,
}Fields
length: c_ushortfeedback: *mut XIMFeedbackencoding_is_wchar: c_intstring: _XIMText__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _XIMText
impl !Send for _XIMText
impl !Sync for _XIMText
impl Unpin for _XIMText
impl UnwindSafe for _XIMText
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