UA_AudioDataType

Type Alias UA_AudioDataType 

Source
pub type UA_AudioDataType = UA_ByteString;

Aliased Type§

#[repr(C)]
pub struct UA_AudioDataType { pub length: usize, pub data: *mut u8, }

Fields§

§length: usize§data: *mut u8