#[repr(C)]pub struct UA_NodeReferenceKind {
pub targets: UA_NodeReferenceKind__bindgen_ty_1,
pub targetsSize: usize,
pub hasRefTree: UA_Boolean,
pub referenceTypeIndex: UA_Byte,
pub isInverse: UA_Boolean,
}Fields§
§targets: UA_NodeReferenceKind__bindgen_ty_1§targetsSize: usize§hasRefTree: UA_Boolean§referenceTypeIndex: UA_Byte§isInverse: UA_BooleanTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_NodeReferenceKind
impl RefUnwindSafe for UA_NodeReferenceKind
impl !Send for UA_NodeReferenceKind
impl !Sync for UA_NodeReferenceKind
impl Unpin for UA_NodeReferenceKind
impl UnwindSafe for UA_NodeReferenceKind
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