Skip to main content

hurray_buffer_memory_class

Function hurray_buffer_memory_class 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn hurray_buffer_memory_class( buffer: *const HurrayBuffer, out_memory_class: *mut u8, ) -> HurrayStatus
Expand description

Reads the memory class wire byte of a buffer handle.

ยงSafety

buffer and out_memory_class MUST be valid, non-null pointers.