Struct sdl2_sys::_XIMStringConversionText
source · #[repr(C)]pub struct _XIMStringConversionText {
pub length: c_ushort,
pub feedback: *mut XIMStringConversionFeedback,
pub encoding_is_wchar: c_int,
pub string: _XIMStringConversionText__bindgen_ty_1,
}
Fields§
§length: c_ushort
§feedback: *mut XIMStringConversionFeedback
§encoding_is_wchar: c_int
§string: _XIMStringConversionText__bindgen_ty_1
Trait Implementations§
source§impl Clone for _XIMStringConversionText
impl Clone for _XIMStringConversionText
source§fn clone(&self) -> _XIMStringConversionText
fn clone(&self) -> _XIMStringConversionText
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _XIMStringConversionText
Auto Trait Implementations§
impl Freeze for _XIMStringConversionText
impl RefUnwindSafe for _XIMStringConversionText
impl !Send for _XIMStringConversionText
impl !Sync for _XIMStringConversionText
impl Unpin for _XIMStringConversionText
impl UnwindSafe for _XIMStringConversionText
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