#[repr(C)]pub struct UA_RedundantServerDataType {
pub serverId: UA_String,
pub serviceLevel: UA_Byte,
pub serverState: UA_ServerState,
}Fields§
§serverId: UA_String§serviceLevel: UA_Byte§serverState: UA_ServerStateTrait Implementations§
Source§impl Debug for UA_RedundantServerDataType
impl Debug for UA_RedundantServerDataType
Auto Trait Implementations§
impl Freeze for UA_RedundantServerDataType
impl RefUnwindSafe for UA_RedundantServerDataType
impl !Send for UA_RedundantServerDataType
impl !Sync for UA_RedundantServerDataType
impl Unpin for UA_RedundantServerDataType
impl UnwindSafe for UA_RedundantServerDataType
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