#[repr(C)]pub struct UA_ServerStatusDataType {
pub startTime: UA_DateTime,
pub currentTime: UA_DateTime,
pub state: UA_ServerState,
pub buildInfo: UA_BuildInfo,
pub secondsTillShutdown: UA_UInt32,
pub shutdownReason: UA_LocalizedText,
}Fields§
§startTime: UA_DateTime§currentTime: UA_DateTime§state: UA_ServerState§buildInfo: UA_BuildInfo§secondsTillShutdown: UA_UInt32§shutdownReason: UA_LocalizedTextTrait Implementations§
Source§impl Debug for UA_ServerStatusDataType
impl Debug for UA_ServerStatusDataType
Auto Trait Implementations§
impl Freeze for UA_ServerStatusDataType
impl RefUnwindSafe for UA_ServerStatusDataType
impl !Send for UA_ServerStatusDataType
impl !Sync for UA_ServerStatusDataType
impl Unpin for UA_ServerStatusDataType
impl UnwindSafe for UA_ServerStatusDataType
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