#[repr(C)]pub struct _XIMPreeditStateNotifyCallbackStruct {
pub state: XIMPreeditState,
}
Fields§
§state: XIMPreeditState
Trait Implementations§
source§impl Clone for _XIMPreeditStateNotifyCallbackStruct
impl Clone for _XIMPreeditStateNotifyCallbackStruct
source§fn clone(&self) -> _XIMPreeditStateNotifyCallbackStruct
fn clone(&self) -> _XIMPreeditStateNotifyCallbackStruct
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 _XIMPreeditStateNotifyCallbackStruct
Auto Trait Implementations§
impl Freeze for _XIMPreeditStateNotifyCallbackStruct
impl RefUnwindSafe for _XIMPreeditStateNotifyCallbackStruct
impl Send for _XIMPreeditStateNotifyCallbackStruct
impl Sync for _XIMPreeditStateNotifyCallbackStruct
impl Unpin for _XIMPreeditStateNotifyCallbackStruct
impl UnwindSafe for _XIMPreeditStateNotifyCallbackStruct
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