#[repr(C)]pub struct UA_GetEndpointsRequest {
pub requestHeader: UA_RequestHeader,
pub endpointUrl: UA_String,
pub localeIdsSize: usize,
pub localeIds: *mut UA_String,
pub profileUrisSize: usize,
pub profileUris: *mut UA_String,
}Fields§
§requestHeader: UA_RequestHeader§endpointUrl: UA_String§localeIdsSize: usize§localeIds: *mut UA_String§profileUrisSize: usize§profileUris: *mut UA_StringTrait Implementations§
Source§impl Clone for UA_GetEndpointsRequest
impl Clone for UA_GetEndpointsRequest
Source§fn clone(&self) -> UA_GetEndpointsRequest
fn clone(&self) -> UA_GetEndpointsRequest
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_GetEndpointsRequest
Auto Trait Implementations§
impl Freeze for UA_GetEndpointsRequest
impl RefUnwindSafe for UA_GetEndpointsRequest
impl !Send for UA_GetEndpointsRequest
impl !Sync for UA_GetEndpointsRequest
impl Unpin for UA_GetEndpointsRequest
impl UnwindSafe for UA_GetEndpointsRequest
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