#[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§
Source§impl Clone for UA_NodeReferenceKind
impl Clone for UA_NodeReferenceKind
Source§fn clone(&self) -> UA_NodeReferenceKind
fn clone(&self) -> UA_NodeReferenceKind
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_NodeReferenceKind
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