#[repr(C)]pub struct UA_CloseSecureChannelResponse {
pub responseHeader: UA_ResponseHeader,
}Fields§
§responseHeader: UA_ResponseHeaderTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_CloseSecureChannelResponse
impl RefUnwindSafe for UA_CloseSecureChannelResponse
impl !Send for UA_CloseSecureChannelResponse
impl !Sync for UA_CloseSecureChannelResponse
impl Unpin for UA_CloseSecureChannelResponse
impl UnwindSafe for UA_CloseSecureChannelResponse
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