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