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