Struct open62541_sys::UA_EventNotificationList
source · #[repr(C)]pub struct UA_EventNotificationList {
pub eventsSize: usize,
pub events: *mut UA_EventFieldList,
}Fields§
§eventsSize: usize§events: *mut UA_EventFieldListTrait Implementations§
source§impl Debug for UA_EventNotificationList
impl Debug for UA_EventNotificationList
Auto Trait Implementations§
impl RefUnwindSafe for UA_EventNotificationList
impl !Send for UA_EventNotificationList
impl !Sync for UA_EventNotificationList
impl Unpin for UA_EventNotificationList
impl UnwindSafe for UA_EventNotificationList
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