#[repr(C)]pub struct UA_RelativePathElement {
pub referenceTypeId: UA_NodeId,
pub isInverse: UA_Boolean,
pub includeSubtypes: UA_Boolean,
pub targetName: UA_QualifiedName,
}Fields§
§referenceTypeId: UA_NodeId§isInverse: UA_Boolean§includeSubtypes: UA_Boolean§targetName: UA_QualifiedNameTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_RelativePathElement
impl RefUnwindSafe for UA_RelativePathElement
impl !Send for UA_RelativePathElement
impl !Sync for UA_RelativePathElement
impl Unpin for UA_RelativePathElement
impl UnwindSafe for UA_RelativePathElement
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