#[repr(C)]pub struct UA_EncodeBinaryOptions {
pub namespaceMapping: *mut UA_NamespaceMapping,
}Fields§
§namespaceMapping: *mut UA_NamespaceMappingTrait Implementations§
Source§impl Debug for UA_EncodeBinaryOptions
impl Debug for UA_EncodeBinaryOptions
Auto Trait Implementations§
impl !Send for UA_EncodeBinaryOptions
impl !Sync for UA_EncodeBinaryOptions
impl Freeze for UA_EncodeBinaryOptions
impl RefUnwindSafe for UA_EncodeBinaryOptions
impl Unpin for UA_EncodeBinaryOptions
impl UnsafeUnpin for UA_EncodeBinaryOptions
impl UnwindSafe for UA_EncodeBinaryOptions
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