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