UA_OpaqueNumericRange

Type Alias UA_OpaqueNumericRange 

Source
pub type UA_OpaqueNumericRange = UA_String;

Aliased Type§

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

Fields§

§length: usize§data: *mut u8