UA_ContinuationPoint

Type Alias UA_ContinuationPoint 

Source
pub type UA_ContinuationPoint = UA_ByteString;

Aliased Type§

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

Fields§

§length: usize§data: *mut u8