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