#[repr(C)]pub struct UA_StructureField {
pub name: UA_String,
pub description: UA_LocalizedText,
pub dataType: UA_NodeId,
pub valueRank: UA_Int32,
pub arrayDimensionsSize: usize,
pub arrayDimensions: *mut UA_UInt32,
pub maxStringLength: UA_UInt32,
pub isOptional: UA_Boolean,
}Fields§
§name: UA_String§description: UA_LocalizedText§dataType: UA_NodeId§valueRank: UA_Int32§arrayDimensionsSize: usize§arrayDimensions: *mut UA_UInt32§maxStringLength: UA_UInt32§isOptional: UA_BooleanTrait Implementations§
Source§impl Clone for UA_StructureField
impl Clone for UA_StructureField
Source§fn clone(&self) -> UA_StructureField
fn clone(&self) -> UA_StructureField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UA_StructureField
Auto Trait Implementations§
impl Freeze for UA_StructureField
impl RefUnwindSafe for UA_StructureField
impl !Send for UA_StructureField
impl !Sync for UA_StructureField
impl Unpin for UA_StructureField
impl UnwindSafe for UA_StructureField
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