Struct open62541_sys::UA_NodeId__bindgen_ty_1
source · #[repr(C)]pub struct UA_NodeId__bindgen_ty_1 {
pub numeric: __BindgenUnionField<UA_UInt32>,
pub string: __BindgenUnionField<UA_String>,
pub guid: __BindgenUnionField<UA_Guid>,
pub byteString: __BindgenUnionField<UA_ByteString>,
pub bindgen_union_field: [u32; 4],
}Fields§
§numeric: __BindgenUnionField<UA_UInt32>§string: __BindgenUnionField<UA_String>§guid: __BindgenUnionField<UA_Guid>§byteString: __BindgenUnionField<UA_ByteString>§bindgen_union_field: [u32; 4]Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UA_NodeId__bindgen_ty_1
impl !Send for UA_NodeId__bindgen_ty_1
impl !Sync for UA_NodeId__bindgen_ty_1
impl Unpin for UA_NodeId__bindgen_ty_1
impl UnwindSafe for UA_NodeId__bindgen_ty_1
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