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