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