Skip to main content

pio_value_balanced_network

Function pio_value_balanced_network 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_value_balanced_network( value: *const PioValueHandle, error: *mut *mut PioError, ) -> *mut PioBalancedNetwork
Expand description

Borrow the value as a balanced network without serialization or copying.

ยงSafety

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