#[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 Clone for UA_ReadAtTimeDetails
impl Clone for UA_ReadAtTimeDetails
Source§fn clone(&self) -> UA_ReadAtTimeDetails
fn clone(&self) -> UA_ReadAtTimeDetails
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_ReadAtTimeDetails
impl Debug for UA_ReadAtTimeDetails
impl Copy 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