#[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 Clone for UA_DecodeJsonOptions
impl Clone for UA_DecodeJsonOptions
Source§fn clone(&self) -> UA_DecodeJsonOptions
fn clone(&self) -> UA_DecodeJsonOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UA_DecodeJsonOptions
impl Debug for UA_DecodeJsonOptions
impl Copy 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