#[repr(C)]pub struct UA_PublishedDataSetCustomSourceDataType {
pub cyclicDataSet: UA_Boolean,
}Fields§
§cyclicDataSet: UA_BooleanTrait Implementations§
Source§impl Default for UA_PublishedDataSetCustomSourceDataType
impl Default for UA_PublishedDataSetCustomSourceDataType
Source§fn default() -> UA_PublishedDataSetCustomSourceDataType
fn default() -> UA_PublishedDataSetCustomSourceDataType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UA_PublishedDataSetCustomSourceDataType
impl RefUnwindSafe for UA_PublishedDataSetCustomSourceDataType
impl Send for UA_PublishedDataSetCustomSourceDataType
impl Sync for UA_PublishedDataSetCustomSourceDataType
impl Unpin for UA_PublishedDataSetCustomSourceDataType
impl UnwindSafe for UA_PublishedDataSetCustomSourceDataType
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