#[repr(C)]pub struct UA_NetworkAddressUrlDataType {
pub networkInterface: UA_String,
pub url: UA_String,
}Fields§
§networkInterface: UA_String§url: UA_StringTrait Implementations§
Source§impl Debug for UA_NetworkAddressUrlDataType
impl Debug for UA_NetworkAddressUrlDataType
Auto Trait Implementations§
impl Freeze for UA_NetworkAddressUrlDataType
impl RefUnwindSafe for UA_NetworkAddressUrlDataType
impl !Send for UA_NetworkAddressUrlDataType
impl !Sync for UA_NetworkAddressUrlDataType
impl Unpin for UA_NetworkAddressUrlDataType
impl UnwindSafe for UA_NetworkAddressUrlDataType
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