#[repr(C)]pub struct XIMText {
pub length: c_ushort,
pub feedback: *mut XIMFeedback,
pub encoding_is_wchar: Bool,
pub string: XIMTextString,
}Fields
length: c_ushortfeedback: *mut XIMFeedbackencoding_is_wchar: Boolstring: XIMTextStringTrait 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