#[repr(C)]pub struct UA_SetPublishingModeResponse {
pub responseHeader: UA_ResponseHeader,
pub resultsSize: usize,
pub results: *mut UA_StatusCode,
pub diagnosticInfosSize: usize,
pub diagnosticInfos: *mut UA_DiagnosticInfo,
}Fields§
§responseHeader: UA_ResponseHeader§resultsSize: usize§results: *mut UA_StatusCode§diagnosticInfosSize: usize§diagnosticInfos: *mut UA_DiagnosticInfoTrait Implementations§
Source§impl Clone for UA_SetPublishingModeResponse
impl Clone for UA_SetPublishingModeResponse
Source§fn clone(&self) -> UA_SetPublishingModeResponse
fn clone(&self) -> UA_SetPublishingModeResponse
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_SetPublishingModeResponse
Auto Trait Implementations§
impl Freeze for UA_SetPublishingModeResponse
impl RefUnwindSafe for UA_SetPublishingModeResponse
impl !Send for UA_SetPublishingModeResponse
impl !Sync for UA_SetPublishingModeResponse
impl Unpin for UA_SetPublishingModeResponse
impl UnwindSafe for UA_SetPublishingModeResponse
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