Type Alias XIMPreeditStateNotifyCallbackStruct
pub type XIMPreeditStateNotifyCallbackStruct = _XIMPreeditStateNotifyCallbackStruct;
Available on crate feature
dep_sdl2
only.Aliased Type§
struct XIMPreeditStateNotifyCallbackStruct {
pub state: u64,
}
Fields§
§state: u64
Trait Implementations
§impl Clone for _XIMPreeditStateNotifyCallbackStruct
impl Clone for _XIMPreeditStateNotifyCallbackStruct
§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 more