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