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