#[repr(C)]pub struct UA_PublishedDataSetConfig {
pub name: UA_String,
pub publishedDataSetType: UA_PublishedDataSetType,
pub config: UA_PublishedDataSetConfig__bindgen_ty_1,
}Fields§
§name: UA_String§publishedDataSetType: UA_PublishedDataSetType§config: UA_PublishedDataSetConfig__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_PublishedDataSetConfig
impl RefUnwindSafe for UA_PublishedDataSetConfig
impl !Send for UA_PublishedDataSetConfig
impl !Sync for UA_PublishedDataSetConfig
impl Unpin for UA_PublishedDataSetConfig
impl UnwindSafe for UA_PublishedDataSetConfig
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