Type Alias GSPropertyEntry

Source
pub type GSPropertyEntry = GSPropertyEntryTag;

Aliased Type§

struct GSPropertyEntry {
    pub name: *const i8,
    pub value: *const i8,
}

Fields§

§name: *const i8§value: *const i8