#[repr(C)]pub struct UA_SubscribedDataSetConfig {
pub name: UA_String,
pub subscribedDataSetType: UA_SubscribedDataSetType,
pub subscribedDataSet: UA_SubscribedDataSetConfig__bindgen_ty_1,
pub dataSetMetaData: UA_DataSetMetaDataType,
pub context: *mut c_void,
}Fields§
§name: UA_String§subscribedDataSetType: UA_SubscribedDataSetType§subscribedDataSet: UA_SubscribedDataSetConfig__bindgen_ty_1§dataSetMetaData: UA_DataSetMetaDataType§context: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl !Send for UA_SubscribedDataSetConfig
impl !Sync for UA_SubscribedDataSetConfig
impl Freeze for UA_SubscribedDataSetConfig
impl RefUnwindSafe for UA_SubscribedDataSetConfig
impl Unpin for UA_SubscribedDataSetConfig
impl UnsafeUnpin for UA_SubscribedDataSetConfig
impl UnwindSafe for UA_SubscribedDataSetConfig
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