#[repr(C)]pub struct UA_DeleteRawModifiedDetails {
pub nodeId: UA_NodeId,
pub isDeleteModified: UA_Boolean,
pub startTime: UA_DateTime,
pub endTime: UA_DateTime,
}Fields§
§nodeId: UA_NodeId§isDeleteModified: UA_Boolean§startTime: UA_DateTime§endTime: UA_DateTimeTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_DeleteRawModifiedDetails
impl RefUnwindSafe for UA_DeleteRawModifiedDetails
impl !Send for UA_DeleteRawModifiedDetails
impl !Sync for UA_DeleteRawModifiedDetails
impl Unpin for UA_DeleteRawModifiedDetails
impl UnwindSafe for UA_DeleteRawModifiedDetails
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