#[repr(C)]pub struct UA_EventFieldList {
pub clientHandle: UA_UInt32,
pub eventFieldsSize: usize,
pub eventFields: *mut UA_Variant,
}Fields§
§clientHandle: UA_UInt32§eventFieldsSize: usize§eventFields: *mut UA_VariantTrait Implementations§
Source§impl Debug for UA_EventFieldList
impl Debug for UA_EventFieldList
Auto Trait Implementations§
impl Freeze for UA_EventFieldList
impl RefUnwindSafe for UA_EventFieldList
impl !Send for UA_EventFieldList
impl !Sync for UA_EventFieldList
impl Unpin for UA_EventFieldList
impl UnwindSafe for UA_EventFieldList
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