Skip to main content

hurray_buffer_sync_mode

Function hurray_buffer_sync_mode 

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

Reads the sync mode wire byte of a buffer handle.

ยงSafety

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