#[repr(C)]pub struct UA_ReadEventDetails {
pub numValuesPerNode: UA_UInt32,
pub startTime: UA_DateTime,
pub endTime: UA_DateTime,
pub filter: UA_EventFilter,
}Fields§
§numValuesPerNode: UA_UInt32§startTime: UA_DateTime§endTime: UA_DateTime§filter: UA_EventFilterTrait Implementations§
Source§impl Debug for UA_ReadEventDetails
impl Debug for UA_ReadEventDetails
Auto Trait Implementations§
impl Freeze for UA_ReadEventDetails
impl RefUnwindSafe for UA_ReadEventDetails
impl !Send for UA_ReadEventDetails
impl !Sync for UA_ReadEventDetails
impl Unpin for UA_ReadEventDetails
impl UnwindSafe for UA_ReadEventDetails
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