#[repr(C)]pub struct UA_NotificationMessage {
pub sequenceNumber: UA_UInt32,
pub publishTime: UA_DateTime,
pub notificationDataSize: usize,
pub notificationData: *mut UA_ExtensionObject,
}Fields§
§sequenceNumber: UA_UInt32§publishTime: UA_DateTime§notificationDataSize: usize§notificationData: *mut UA_ExtensionObjectTrait Implementations§
Source§impl Clone for UA_NotificationMessage
impl Clone for UA_NotificationMessage
Source§fn clone(&self) -> UA_NotificationMessage
fn clone(&self) -> UA_NotificationMessage
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_NotificationMessage
impl Debug for UA_NotificationMessage
impl Copy for UA_NotificationMessage
Auto Trait Implementations§
impl Freeze for UA_NotificationMessage
impl RefUnwindSafe for UA_NotificationMessage
impl !Send for UA_NotificationMessage
impl !Sync for UA_NotificationMessage
impl Unpin for UA_NotificationMessage
impl UnwindSafe for UA_NotificationMessage
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