Type Alias sdl2_sys::XIMStatusDrawCallbackStruct
source · pub type XIMStatusDrawCallbackStruct = _XIMStatusDrawCallbackStruct;
Aliased Type§
struct XIMStatusDrawCallbackStruct {
pub type_: XIMStatusDataType,
pub data: _XIMStatusDrawCallbackStruct__bindgen_ty_1,
}
Fields§
§type_: XIMStatusDataType
§data: _XIMStatusDrawCallbackStruct__bindgen_ty_1
Trait Implementations
source§impl Clone for _XIMStatusDrawCallbackStruct
impl Clone for _XIMStatusDrawCallbackStruct
source§fn clone(&self) -> _XIMStatusDrawCallbackStruct
fn clone(&self) -> _XIMStatusDrawCallbackStruct
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