#[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_ushort
§feedback: *mut XIMFeedback
§encoding_is_wchar: c_int
§string: _XIMText__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _XIMText
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