Skip to main content

builtin_attr_set

Function builtin_attr_set 

Source
fn builtin_attr_set(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Set a single attribute on an object.

@param x object to modify @param which name of the attribute to set @param value new attribute value, or NULL to remove it @return the modified object