#[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§
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