#[repr(C)]pub struct UA_NodeReferenceKind__bindgen_ty_1 {
pub array: __BindgenUnionField<*mut UA_ReferenceTarget>,
pub tree: __BindgenUnionField<UA_NodeReferenceKind__bindgen_ty_1__bindgen_ty_1>,
pub bindgen_union_field: [u32; 2],
}Fields§
§array: __BindgenUnionField<*mut UA_ReferenceTarget>§tree: __BindgenUnionField<UA_NodeReferenceKind__bindgen_ty_1__bindgen_ty_1>§bindgen_union_field: [u32; 2]Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UA_NodeReferenceKind__bindgen_ty_1
impl !Send for UA_NodeReferenceKind__bindgen_ty_1
impl !Sync for UA_NodeReferenceKind__bindgen_ty_1
impl Unpin for UA_NodeReferenceKind__bindgen_ty_1
impl UnwindSafe for UA_NodeReferenceKind__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