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