#[repr(C)]pub struct UA_NodeTypeDescription {
pub typeDefinitionNode: UA_ExpandedNodeId,
pub includeSubTypes: UA_Boolean,
pub dataToReturnSize: usize,
pub dataToReturn: *mut UA_QueryDataDescription,
}Fields§
§typeDefinitionNode: UA_ExpandedNodeId§includeSubTypes: UA_Boolean§dataToReturnSize: usize§dataToReturn: *mut UA_QueryDataDescriptionTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_NodeTypeDescription
impl RefUnwindSafe for UA_NodeTypeDescription
impl !Send for UA_NodeTypeDescription
impl !Sync for UA_NodeTypeDescription
impl Unpin for UA_NodeTypeDescription
impl UnwindSafe for UA_NodeTypeDescription
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