#[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§
Source§impl Clone for UA_GetEndpointsResponse
impl Clone for UA_GetEndpointsResponse
Source§fn clone(&self) -> UA_GetEndpointsResponse
fn clone(&self) -> UA_GetEndpointsResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UA_GetEndpointsResponse
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