#[repr(C)]pub struct UA_VariableTypeNode__bindgen_ty_1 {
pub data: __BindgenUnionField<UA_VariableTypeNode__bindgen_ty_1__bindgen_ty_1>,
pub dataSource: __BindgenUnionField<UA_DataSource>,
pub bindgen_union_field: [u32; 15],
}Fields§
§data: __BindgenUnionField<UA_VariableTypeNode__bindgen_ty_1__bindgen_ty_1>§dataSource: __BindgenUnionField<UA_DataSource>§bindgen_union_field: [u32; 15]Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_VariableTypeNode__bindgen_ty_1
impl RefUnwindSafe for UA_VariableTypeNode__bindgen_ty_1
impl !Send for UA_VariableTypeNode__bindgen_ty_1
impl !Sync for UA_VariableTypeNode__bindgen_ty_1
impl Unpin for UA_VariableTypeNode__bindgen_ty_1
impl UnwindSafe for UA_VariableTypeNode__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