Struct open62541_sys::UA_ApplicationDescription
source · #[repr(C)]pub struct UA_ApplicationDescription {
pub applicationUri: UA_String,
pub productUri: UA_String,
pub applicationName: UA_LocalizedText,
pub applicationType: UA_ApplicationType,
pub gatewayServerUri: UA_String,
pub discoveryProfileUri: UA_String,
pub discoveryUrlsSize: usize,
pub discoveryUrls: *mut UA_String,
}Fields§
§applicationUri: UA_String§productUri: UA_String§applicationName: UA_LocalizedText§applicationType: UA_ApplicationType§gatewayServerUri: UA_String§discoveryProfileUri: UA_String§discoveryUrlsSize: usize§discoveryUrls: *mut UA_StringTrait Implementations§
source§impl Debug for UA_ApplicationDescription
impl Debug for UA_ApplicationDescription
Auto Trait Implementations§
impl Freeze for UA_ApplicationDescription
impl RefUnwindSafe for UA_ApplicationDescription
impl !Send for UA_ApplicationDescription
impl !Sync for UA_ApplicationDescription
impl Unpin for UA_ApplicationDescription
impl UnwindSafe for UA_ApplicationDescription
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