#[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 Freeze for UA_EventNotificationList
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