#[repr(C)]pub struct UA_DecodeXmlOptions {
pub unwrapped: UA_Boolean,
pub namespaceMapping: *mut UA_NamespaceMapping,
pub serverUris: *const UA_String,
pub serverUrisSize: usize,
pub customTypes: *const UA_DataTypeArray,
}Fields§
§unwrapped: UA_Boolean§namespaceMapping: *mut UA_NamespaceMapping§serverUris: *const UA_String§serverUrisSize: usize§customTypes: *const UA_DataTypeArrayTrait Implementations§
Source§impl Debug for UA_DecodeXmlOptions
impl Debug for UA_DecodeXmlOptions
Auto Trait Implementations§
impl !Send for UA_DecodeXmlOptions
impl !Sync for UA_DecodeXmlOptions
impl Freeze for UA_DecodeXmlOptions
impl RefUnwindSafe for UA_DecodeXmlOptions
impl Unpin for UA_DecodeXmlOptions
impl UnsafeUnpin for UA_DecodeXmlOptions
impl UnwindSafe for UA_DecodeXmlOptions
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