#[repr(C)]pub struct UA_ExtensionObject__bindgen_ty_1__bindgen_ty_1 {
pub typeId: UA_NodeId,
pub body: UA_ByteString,
}Fields§
§typeId: UA_NodeId§body: UA_ByteStringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_ExtensionObject__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for UA_ExtensionObject__bindgen_ty_1__bindgen_ty_1
impl !Send for UA_ExtensionObject__bindgen_ty_1__bindgen_ty_1
impl !Sync for UA_ExtensionObject__bindgen_ty_1__bindgen_ty_1
impl Unpin for UA_ExtensionObject__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for UA_ExtensionObject__bindgen_ty_1__bindgen_ty_1
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