Type Alias XIMStatusDrawCallbackStruct
pub type XIMStatusDrawCallbackStruct = _XIMStatusDrawCallbackStruct;
Available on crate feature
dep_sdl2
only.Aliased Type§
struct XIMStatusDrawCallbackStruct {
pub type_: XIMStatusDataType,
pub data: _XIMStatusDrawCallbackStruct__bindgen_ty_1,
}
Fields§
§type_: XIMStatusDataType
§data: _XIMStatusDrawCallbackStruct__bindgen_ty_1
Trait Implementations
§impl Clone for _XIMStatusDrawCallbackStruct
impl Clone for _XIMStatusDrawCallbackStruct
§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