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