#[repr(C)]pub struct UA_ExtensionObject__bindgen_ty_1 {
pub encoded: __BindgenUnionField<UA_ExtensionObject__bindgen_ty_1__bindgen_ty_1>,
pub decoded: __BindgenUnionField<UA_ExtensionObject__bindgen_ty_1__bindgen_ty_2>,
pub bindgen_union_field: [u32; 8],
}Fields§
§encoded: __BindgenUnionField<UA_ExtensionObject__bindgen_ty_1__bindgen_ty_1>§decoded: __BindgenUnionField<UA_ExtensionObject__bindgen_ty_1__bindgen_ty_2>§bindgen_union_field: [u32; 8]Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_ExtensionObject__bindgen_ty_1
impl RefUnwindSafe for UA_ExtensionObject__bindgen_ty_1
impl !Send for UA_ExtensionObject__bindgen_ty_1
impl !Sync for UA_ExtensionObject__bindgen_ty_1
impl Unpin for UA_ExtensionObject__bindgen_ty_1
impl UnwindSafe for UA_ExtensionObject__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