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