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