#[repr(C)]pub struct UA_DataSetVariableConfig__bindgen_ty_1 {
pub rtFieldSourceEnabled: UA_Boolean,
pub rtInformationModelNode: UA_Boolean,
pub staticValueSource: *mut *mut UA_DataValue,
}Fields§
§rtFieldSourceEnabled: UA_Boolean§rtInformationModelNode: UA_Boolean§staticValueSource: *mut *mut UA_DataValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_DataSetVariableConfig__bindgen_ty_1
impl RefUnwindSafe for UA_DataSetVariableConfig__bindgen_ty_1
impl !Send for UA_DataSetVariableConfig__bindgen_ty_1
impl !Sync for UA_DataSetVariableConfig__bindgen_ty_1
impl Unpin for UA_DataSetVariableConfig__bindgen_ty_1
impl UnwindSafe for UA_DataSetVariableConfig__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