#[repr(C)]pub struct UA_DecodeBinaryOptions {
pub customTypes: *const UA_DataTypeArray,
pub namespaceMapping: *mut UA_NamespaceMapping,
pub callocContext: *mut c_void,
pub calloc: Option<unsafe extern "C" fn(callocContext: *mut c_void, nelem: usize, elsize: usize) -> *mut c_void>,
pub decodedLength: usize,
}Fields§
§customTypes: *const UA_DataTypeArray§namespaceMapping: *mut UA_NamespaceMapping§callocContext: *mut c_void§calloc: Option<unsafe extern "C" fn(callocContext: *mut c_void, nelem: usize, elsize: usize) -> *mut c_void>§decodedLength: usizeTrait Implementations§
Source§impl Debug for UA_DecodeBinaryOptions
impl Debug for UA_DecodeBinaryOptions
Auto Trait Implementations§
impl !Send for UA_DecodeBinaryOptions
impl !Sync for UA_DecodeBinaryOptions
impl Freeze for UA_DecodeBinaryOptions
impl RefUnwindSafe for UA_DecodeBinaryOptions
impl Unpin for UA_DecodeBinaryOptions
impl UnsafeUnpin for UA_DecodeBinaryOptions
impl UnwindSafe for UA_DecodeBinaryOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more