#[repr(C)]pub struct UA_PublisherId {
pub byte: __BindgenUnionField<UA_Byte>,
pub uint16: __BindgenUnionField<UA_UInt16>,
pub uint32: __BindgenUnionField<UA_UInt32>,
pub uint64: __BindgenUnionField<UA_UInt64>,
pub string: __BindgenUnionField<UA_String>,
pub bindgen_union_field: [u32; 2],
}Fields§
§byte: __BindgenUnionField<UA_Byte>§uint16: __BindgenUnionField<UA_UInt16>§uint32: __BindgenUnionField<UA_UInt32>§uint64: __BindgenUnionField<UA_UInt64>§string: __BindgenUnionField<UA_String>§bindgen_union_field: [u32; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_PublisherId
impl RefUnwindSafe for UA_PublisherId
impl !Send for UA_PublisherId
impl !Sync for UA_PublisherId
impl Unpin for UA_PublisherId
impl UnwindSafe for UA_PublisherId
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