Type Alias sdl2_sys::XIMPreeditStateNotifyCallbackStruct
source · pub type XIMPreeditStateNotifyCallbackStruct = _XIMPreeditStateNotifyCallbackStruct;
Aliased Type§
struct XIMPreeditStateNotifyCallbackStruct {
pub state: u64,
}
Fields§
§state: u64
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 more