#[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§
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