#[repr(C)]pub struct UA_PublishedDataSetConfig__bindgen_ty_1 {
pub itemsTemplate: __BindgenUnionField<UA_PublishedDataItemsTemplateConfig>,
pub event: __BindgenUnionField<UA_PublishedEventConfig>,
pub eventTemplate: __BindgenUnionField<UA_PublishedEventTemplateConfig>,
pub bindgen_union_field: [u64; 26],
}Fields§
§itemsTemplate: __BindgenUnionField<UA_PublishedDataItemsTemplateConfig>§event: __BindgenUnionField<UA_PublishedEventConfig>§eventTemplate: __BindgenUnionField<UA_PublishedEventTemplateConfig>§bindgen_union_field: [u64; 26]Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_PublishedDataSetConfig__bindgen_ty_1
impl RefUnwindSafe for UA_PublishedDataSetConfig__bindgen_ty_1
impl !Send for UA_PublishedDataSetConfig__bindgen_ty_1
impl !Sync for UA_PublishedDataSetConfig__bindgen_ty_1
impl Unpin for UA_PublishedDataSetConfig__bindgen_ty_1
impl UnwindSafe for UA_PublishedDataSetConfig__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