#[repr(C)]pub struct UA_DataSetFieldConfig__bindgen_ty_1 {
pub variable: __BindgenUnionField<UA_DataSetVariableConfig>,
pub bindgen_union_field: [u32; 30],
}Fields§
§variable: __BindgenUnionField<UA_DataSetVariableConfig>§bindgen_union_field: [u32; 30]Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_DataSetFieldConfig__bindgen_ty_1
impl RefUnwindSafe for UA_DataSetFieldConfig__bindgen_ty_1
impl !Send for UA_DataSetFieldConfig__bindgen_ty_1
impl !Sync for UA_DataSetFieldConfig__bindgen_ty_1
impl Unpin for UA_DataSetFieldConfig__bindgen_ty_1
impl UnwindSafe for UA_DataSetFieldConfig__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