#[repr(C)]pub struct UA_GetEndpointsResponse {
pub responseHeader: UA_ResponseHeader,
pub endpointsSize: usize,
pub endpoints: *mut UA_EndpointDescription,
}Fields§
§responseHeader: UA_ResponseHeader§endpointsSize: usize§endpoints: *mut UA_EndpointDescriptionTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_GetEndpointsResponse
impl RefUnwindSafe for UA_GetEndpointsResponse
impl !Send for UA_GetEndpointsResponse
impl !Sync for UA_GetEndpointsResponse
impl Unpin for UA_GetEndpointsResponse
impl UnwindSafe for UA_GetEndpointsResponse
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