#[repr(C)]pub struct UA_NetworkGroupDataType {
pub serverUri: UA_String,
pub networkPathsSize: usize,
pub networkPaths: *mut UA_EndpointUrlListDataType,
}Fields§
§serverUri: UA_String§networkPathsSize: usize§networkPaths: *mut UA_EndpointUrlListDataTypeTrait Implementations§
Source§impl Debug for UA_NetworkGroupDataType
impl Debug for UA_NetworkGroupDataType
Auto Trait Implementations§
impl Freeze for UA_NetworkGroupDataType
impl RefUnwindSafe for UA_NetworkGroupDataType
impl !Send for UA_NetworkGroupDataType
impl !Sync for UA_NetworkGroupDataType
impl Unpin for UA_NetworkGroupDataType
impl UnwindSafe for UA_NetworkGroupDataType
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