Skip to main content

builtin_attributes

Function builtin_attributes 

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

Get all attributes of an object as a named list.

@param x object to inspect @return named list of attributes, or NULL if none