#[repr(C)]pub struct UA_StandaloneSubscribedDataSetRefDataType {
pub dataSetName: UA_String,
}Fields§
§dataSetName: UA_StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_StandaloneSubscribedDataSetRefDataType
impl RefUnwindSafe for UA_StandaloneSubscribedDataSetRefDataType
impl !Send for UA_StandaloneSubscribedDataSetRefDataType
impl !Sync for UA_StandaloneSubscribedDataSetRefDataType
impl Unpin for UA_StandaloneSubscribedDataSetRefDataType
impl UnwindSafe for UA_StandaloneSubscribedDataSetRefDataType
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