#[repr(C)]pub struct UA_DataSetFieldConfig {
pub dataSetFieldType: UA_DataSetFieldType,
pub field: UA_DataSetFieldConfig__bindgen_ty_1,
}Fields§
§dataSetFieldType: UA_DataSetFieldType§field: UA_DataSetFieldConfig__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_DataSetFieldConfig
impl RefUnwindSafe for UA_DataSetFieldConfig
impl !Send for UA_DataSetFieldConfig
impl !Sync for UA_DataSetFieldConfig
impl Unpin for UA_DataSetFieldConfig
impl UnwindSafe for UA_DataSetFieldConfig
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