Skip to main content

pio_value_type_name

Function pio_value_type_name 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_value_type_name( value: *const PioValueHandle, ) -> PioStringView
Expand description

Canonical structural type name, such as powerio.BalancedNetwork.

ยงSafety

Pointers and handles must satisfy the crate-level safety requirements.