#[repr(C)]pub struct UA_DataSetReaderConfig__bindgen_ty_1 {
pub subscribedDataSetTarget: __BindgenUnionField<UA_TargetVariables>,
pub bindgen_union_field: [u32; 2],
}Fields§
§subscribedDataSetTarget: __BindgenUnionField<UA_TargetVariables>§bindgen_union_field: [u32; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_DataSetReaderConfig__bindgen_ty_1
impl RefUnwindSafe for UA_DataSetReaderConfig__bindgen_ty_1
impl !Send for UA_DataSetReaderConfig__bindgen_ty_1
impl !Sync for UA_DataSetReaderConfig__bindgen_ty_1
impl Unpin for UA_DataSetReaderConfig__bindgen_ty_1
impl UnwindSafe for UA_DataSetReaderConfig__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