Struct open62541_sys::UA_RegisteredServer
source · #[repr(C)]pub struct UA_RegisteredServer {
pub serverUri: UA_String,
pub productUri: UA_String,
pub serverNamesSize: usize,
pub serverNames: *mut UA_LocalizedText,
pub serverType: UA_ApplicationType,
pub gatewayServerUri: UA_String,
pub discoveryUrlsSize: usize,
pub discoveryUrls: *mut UA_String,
pub semaphoreFilePath: UA_String,
pub isOnline: UA_Boolean,
}Fields§
§serverUri: UA_String§productUri: UA_String§serverNamesSize: usize§serverNames: *mut UA_LocalizedText§serverType: UA_ApplicationType§gatewayServerUri: UA_String§discoveryUrlsSize: usize§discoveryUrls: *mut UA_String§semaphoreFilePath: UA_String§isOnline: UA_BooleanTrait Implementations§
source§impl Debug for UA_RegisteredServer
impl Debug for UA_RegisteredServer
Auto Trait Implementations§
impl Freeze for UA_RegisteredServer
impl RefUnwindSafe for UA_RegisteredServer
impl !Send for UA_RegisteredServer
impl !Sync for UA_RegisteredServer
impl Unpin for UA_RegisteredServer
impl UnwindSafe for UA_RegisteredServer
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