#[repr(C)]pub struct UA_NodePointer {
pub immediate: __BindgenUnionField<usize>,
pub id: __BindgenUnionField<*const UA_NodeId>,
pub expandedId: __BindgenUnionField<*const UA_ExpandedNodeId>,
pub node: __BindgenUnionField<*const UA_NodeHead>,
pub bindgen_union_field: u32,
}Fields§
§immediate: __BindgenUnionField<usize>§id: __BindgenUnionField<*const UA_NodeId>§expandedId: __BindgenUnionField<*const UA_ExpandedNodeId>§node: __BindgenUnionField<*const UA_NodeHead>§bindgen_union_field: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_NodePointer
impl RefUnwindSafe for UA_NodePointer
impl !Send for UA_NodePointer
impl !Sync for UA_NodePointer
impl Unpin for UA_NodePointer
impl UnwindSafe for UA_NodePointer
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