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

source§

fn clone(&self) -> _XIMPreeditStateNotifyCallbackStruct

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for _XIMPreeditStateNotifyCallbackStruct