Struct sdl2_sys::XServerInterpretedAddress [−][src]
#[repr(C)]pub struct XServerInterpretedAddress {
pub typelength: c_int,
pub valuelength: c_int,
pub type_: *mut c_char,
pub value: *mut c_char,
}Fields
typelength: c_intvaluelength: c_inttype_: *mut c_charvalue: *mut c_char