#[repr(C)]pub struct UA_FieldMetaData {
pub name: UA_String,
pub description: UA_LocalizedText,
pub fieldFlags: UA_DataSetFieldFlags,
pub builtInType: UA_Byte,
pub dataType: UA_NodeId,
pub valueRank: UA_Int32,
pub arrayDimensionsSize: usize,
pub arrayDimensions: *mut UA_UInt32,
pub maxStringLength: UA_UInt32,
pub dataSetFieldId: UA_Guid,
pub propertiesSize: usize,
pub properties: *mut UA_KeyValuePair,
}Fields§
§name: UA_String§description: UA_LocalizedText§fieldFlags: UA_DataSetFieldFlags§builtInType: UA_Byte§dataType: UA_NodeId§valueRank: UA_Int32§arrayDimensionsSize: usize§arrayDimensions: *mut UA_UInt32§maxStringLength: UA_UInt32§dataSetFieldId: UA_Guid§propertiesSize: usize§properties: *mut UA_KeyValuePairTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_FieldMetaData
impl RefUnwindSafe for UA_FieldMetaData
impl !Send for UA_FieldMetaData
impl !Sync for UA_FieldMetaData
impl Unpin for UA_FieldMetaData
impl UnwindSafe for UA_FieldMetaData
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