pub type GDExtensionInterfaceStringOperatorPlusEqString = Option<unsafe extern "C" fn(p_self: GDExtensionStringPtr, p_b: GDExtensionConstStringPtr)>;Expand description
@name string_operator_plus_eq_string @since 4.1
Appends another String to a String.
@param p_self A pointer to the String. @param p_b A pointer to the other String to append.
Aliased Type§
pub enum GDExtensionInterfaceStringOperatorPlusEqString {
None,
Some(unsafe extern "C" fn(*mut __GdextString, *const __GdextString)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut __GdextString, *const __GdextString))
Some value of type T.