#[repr(C)]pub struct UA_Annotation {
pub message: UA_String,
pub userName: UA_String,
pub annotationTime: UA_DateTime,
}Fields§
§message: UA_String§userName: UA_String§annotationTime: UA_DateTimeTrait Implementations§
source§impl Debug for UA_Annotation
impl Debug for UA_Annotation
Auto Trait Implementations§
impl Freeze for UA_Annotation
impl RefUnwindSafe for UA_Annotation
impl !Send for UA_Annotation
impl !Sync for UA_Annotation
impl Unpin for UA_Annotation
impl UnwindSafe for UA_Annotation
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