#[repr(C)]pub struct UA_EventNotificationList {
pub eventsSize: usize,
pub events: *mut UA_EventFieldList,
}Fields§
§eventsSize: usize§events: *mut UA_EventFieldListTrait Implementations§
Source§impl Clone for UA_EventNotificationList
impl Clone for UA_EventNotificationList
Source§fn clone(&self) -> UA_EventNotificationList
fn clone(&self) -> UA_EventNotificationList
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UA_EventNotificationList
impl Debug for UA_EventNotificationList
impl Copy 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