#[repr(C)]pub struct UA_StructureDefinition {
pub defaultEncodingId: UA_NodeId,
pub baseDataType: UA_NodeId,
pub structureType: UA_StructureType,
pub fieldsSize: usize,
pub fields: *mut UA_StructureField,
}Fields§
§defaultEncodingId: UA_NodeId§baseDataType: UA_NodeId§structureType: UA_StructureType§fieldsSize: usize§fields: *mut UA_StructureFieldTrait Implementations§
Source§impl Clone for UA_StructureDefinition
impl Clone for UA_StructureDefinition
Source§fn clone(&self) -> UA_StructureDefinition
fn clone(&self) -> UA_StructureDefinition
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_StructureDefinition
Auto Trait Implementations§
impl Freeze for UA_StructureDefinition
impl RefUnwindSafe for UA_StructureDefinition
impl !Send for UA_StructureDefinition
impl !Sync for UA_StructureDefinition
impl Unpin for UA_StructureDefinition
impl UnwindSafe for UA_StructureDefinition
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