#[repr(C)]pub struct UA_DeleteEventDetails {
pub nodeId: UA_NodeId,
pub eventIdsSize: usize,
pub eventIds: *mut UA_ByteString,
}Fields§
§nodeId: UA_NodeId§eventIdsSize: usize§eventIds: *mut UA_ByteStringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_DeleteEventDetails
impl RefUnwindSafe for UA_DeleteEventDetails
impl !Send for UA_DeleteEventDetails
impl !Sync for UA_DeleteEventDetails
impl Unpin for UA_DeleteEventDetails
impl UnwindSafe for UA_DeleteEventDetails
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